Shades of Dark Orchid #9C24C0
Tints of Dark Orchid #9C24C0
RGB
CMYK
RGB Variations
Color information
#9C24C0 (or 0x9C24C0) is known color: Dark Orchid. HEX triplet: 9C, 24 and C0. RGB value is (156,36,192). Sum of RGB (Red+Green+Blue) = 156+36+192=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C24C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C24C0 is #63DB3F. Grayscale: #595959. Windows color (decimal): -6544192 or 12592284. OLE color: 12592284.
HSL color Cylindrical-coordinate representation of color #9C24C0: hue angle of 286.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C24C0 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 36 | 192 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.25 |
| HSL | 286.15º | 0.68% | 0.45% | - |
| HSV(B) | 286.15º | 0.81% | 0.75% | - |
| XYZ | 23.86 | 12.14 | 50.95 | - |
| YUV | 89.66 | 185.76 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 192 | 0.19 | 0.81 | 0 | 0.25 | 286.15 | 0.68 | 0.45 |
| Hex | 9C | 24 | C0 | 13 | 51 | 0 | 19 | 11E | 44 | 2D |
| Octal | 234 | 44 | 300 | 23 | 121 | 0 | 31 | 436 | 104 | 55 |
| Binary | 10011100 | 100100 | 11000000 | 10011 | 1010001 | 0 | 11001 | 100011110 | 1000100 | 101101 |
Color Harmonies of #9C24C0
Complementary color
Monochromatic Colors of #9C24C0
Black with #9C24C0
Text Example
Text Example
White with #9C24C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C24C0; }
p { color: rgb(156,36,192); }
H1.HeaderClassName
{
color: #9C24C0;
}
.AnyTagClassName
{
color: #9C24C0;
}
</style>
background-color css
<style>
a { background-color: #9C24C0; }
a { background-color: rgb(156,36,192); }
div.DivClassName
{
background-color: #9C24C0;
}
.BgClassName
{
background-color: #9C24C0;
}
</style>
border-color css
<style>
span { border-color: #9C24C0; }
span { border-color: rgb(156,36,192); }
td.TdClassName
{
border-color: #9C24C0;
}
.TagClassName
{
border-color: #9C24C0;
}
</style>