Shades of Dark Orchid #9020CF
Tints of Dark Orchid #9020CF
RGB
CMYK
RGB Variations
Color information
#9020CF (or 0x9020CF) is known color: Dark Orchid. HEX triplet: 90, 20 and CF. RGB value is (144,32,207). Sum of RGB (Red+Green+Blue) = 144+32+207=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #9020CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9020CF is #6FDF30. Grayscale: #545454. Windows color (decimal): -7331633 or 13574288. OLE color: 13574288.
HSL color Cylindrical-coordinate representation of color #9020CF: hue angle of 278.4º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9020CF is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 32 | 207 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.19 |
| HSL | 278.4º | 0.73% | 0.47% | - |
| HSV(B) | 278.4º | 0.85% | 0.81% | - |
| XYZ | 23.28 | 11.47 | 60.02 | - |
| YUV | 85.44 | 196.61 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 207 | 0.30 | 0.85 | 0 | 0.19 | 278.4 | 0.73 | 0.47 |
| Hex | 90 | 20 | CF | 1E | 55 | 0 | 13 | 116 | 49 | 2F |
| Octal | 220 | 40 | 317 | 36 | 125 | 0 | 23 | 426 | 111 | 57 |
| Binary | 10010000 | 100000 | 11001111 | 11110 | 1010101 | 0 | 10011 | 100010110 | 1001001 | 101111 |
Color Harmonies of #9020CF
Complementary color
Monochromatic Colors of #9020CF
Black with #9020CF
Text Example
Text Example
White with #9020CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9020CF; }
p { color: rgb(144,32,207); }
H1.HeaderClassName
{
color: #9020CF;
}
.AnyTagClassName
{
color: #9020CF;
}
</style>
background-color css
<style>
a { background-color: #9020CF; }
a { background-color: rgb(144,32,207); }
div.DivClassName
{
background-color: #9020CF;
}
.BgClassName
{
background-color: #9020CF;
}
</style>
border-color css
<style>
span { border-color: #9020CF; }
span { border-color: rgb(144,32,207); }
td.TdClassName
{
border-color: #9020CF;
}
.TagClassName
{
border-color: #9020CF;
}
</style>