The Input "#93F" detected as "HEX".
| Color | ||
| websafe | Yes | |
| Hex | #9933ff | |
| Hex (short) | #93f | |
| RGB | rgb(153,51,255) | |
| RGB in % | rgb(60%,20%,100%) | |
| CMY in % | C=40 M=80 Y=0 | |
| CMYK in % | C=40 M=80 Y=0 K=0 | |
| HSL | hsl(270,100%,60%) | |
| HSV | hsv(270,80%,100%) | |
| Rec. 601 luma | 104.754 | |
| Rec. 709 luma | 87.414 | |
| Rec. 2020 luma | 89.8926 | |
| Grey scale (Rec. 601 luma) | #696969 | |
| Grey scale (Rec. 709 luma) | #575757 | |
| Grey scale (Rec. 2020 luma) | #5a5a5a | |
| Complementary color | #66cc00 | |
| Decimal | 10040319 | |
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205