Shades of Dark Orchid #9024CB
Tints of Dark Orchid #9024CB
RGB
CMYK
RGB Variations
Color information
#9024CB (or 0x9024CB) is known color: Dark Orchid. HEX triplet: 90, 24 and CB. RGB value is (144,36,203). Sum of RGB (Red+Green+Blue) = 144+36+203=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #9024CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9024CB is #6FDB34. Grayscale: #565656. Windows color (decimal): -7330613 or 13313168. OLE color: 13313168.
HSL color Cylindrical-coordinate representation of color #9024CB: hue angle of 278.8º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9024CB is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 36 | 203 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.20 |
| HSL | 278.8º | 0.7% | 0.47% | - |
| HSV(B) | 278.8º | 0.82% | 0.8% | - |
| XYZ | 22.91 | 11.5 | 57.51 | - |
| YUV | 87.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 203 | 0.29 | 0.82 | 0 | 0.20 | 278.8 | 0.7 | 0.47 |
| Hex | 90 | 24 | CB | 1D | 52 | 0 | 14 | 117 | 46 | 2F |
| Octal | 220 | 44 | 313 | 35 | 122 | 0 | 24 | 427 | 106 | 57 |
| Binary | 10010000 | 100100 | 11001011 | 11101 | 1010010 | 0 | 10100 | 100010111 | 1000110 | 101111 |
Color Harmonies of #9024CB
Complementary color
Monochromatic Colors of #9024CB
Black with #9024CB
Text Example
Text Example
White with #9024CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9024CB; }
p { color: rgb(144,36,203); }
H1.HeaderClassName
{
color: #9024CB;
}
.AnyTagClassName
{
color: #9024CB;
}
</style>
background-color css
<style>
a { background-color: #9024CB; }
a { background-color: rgb(144,36,203); }
div.DivClassName
{
background-color: #9024CB;
}
.BgClassName
{
background-color: #9024CB;
}
</style>
border-color css
<style>
span { border-color: #9024CB; }
span { border-color: rgb(144,36,203); }
td.TdClassName
{
border-color: #9024CB;
}
.TagClassName
{
border-color: #9024CB;
}
</style>