Shades of Dark Orchid #9924CE
Tints of Dark Orchid #9924CE
RGB
CMYK
RGB Variations
Color information
#9924CE (or 0x9924CE) is known color: Dark Orchid. HEX triplet: 99, 24 and CE. RGB value is (153,36,206). Sum of RGB (Red+Green+Blue) = 153+36+206=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #9924CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9924CE is #66DB31. Grayscale: #595959. Windows color (decimal): -6740786 or 13509785. OLE color: 13509785.
HSL color Cylindrical-coordinate representation of color #9924CE: hue angle of 281.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9924CE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 36 | 206 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.19 |
| HSL | 281.29º | 0.7% | 0.47% | - |
| HSV(B) | 281.29º | 0.83% | 0.81% | - |
| XYZ | 24.91 | 12.49 | 59.49 | - |
| YUV | 90.36 | 193.26 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 206 | 0.26 | 0.83 | 0 | 0.19 | 281.29 | 0.7 | 0.47 |
| Hex | 99 | 24 | CE | 1A | 53 | 0 | 13 | 119 | 46 | 2F |
| Octal | 231 | 44 | 316 | 32 | 123 | 0 | 23 | 431 | 106 | 57 |
| Binary | 10011001 | 100100 | 11001110 | 11010 | 1010011 | 0 | 10011 | 100011001 | 1000110 | 101111 |
Color Harmonies of #9924CE
Complementary color
Monochromatic Colors of #9924CE
Black with #9924CE
Text Example
Text Example
White with #9924CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9924CE; }
p { color: rgb(153,36,206); }
H1.HeaderClassName
{
color: #9924CE;
}
.AnyTagClassName
{
color: #9924CE;
}
</style>
background-color css
<style>
a { background-color: #9924CE; }
a { background-color: rgb(153,36,206); }
div.DivClassName
{
background-color: #9924CE;
}
.BgClassName
{
background-color: #9924CE;
}
</style>
border-color css
<style>
span { border-color: #9924CE; }
span { border-color: rgb(153,36,206); }
td.TdClassName
{
border-color: #9924CE;
}
.TagClassName
{
border-color: #9924CE;
}
</style>