Shades of Dark Orchid #9C24CF
Tints of Dark Orchid #9C24CF
RGB
CMYK
RGB Variations
Color information
#9C24CF (or 0x9C24CF) is known color: Dark Orchid. HEX triplet: 9C, 24 and CF. RGB value is (156,36,207). Sum of RGB (Red+Green+Blue) = 156+36+207=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C24CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C24CF is #63DB30. Grayscale: #5A5A5A. Windows color (decimal): -6544177 or 13575324. OLE color: 13575324.
HSL color Cylindrical-coordinate representation of color #9C24CF: hue angle of 282.11º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C24CF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 36 | 207 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.19 |
| HSL | 282.11º | 0.7% | 0.48% | - |
| HSV(B) | 282.11º | 0.83% | 0.81% | - |
| XYZ | 25.6 | 12.83 | 60.16 | - |
| YUV | 91.37 | 193.26 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 207 | 0.25 | 0.83 | 0 | 0.19 | 282.11 | 0.7 | 0.48 |
| Hex | 9C | 24 | CF | 19 | 53 | 0 | 13 | 11A | 46 | 30 |
| Octal | 234 | 44 | 317 | 31 | 123 | 0 | 23 | 432 | 106 | 60 |
| Binary | 10011100 | 100100 | 11001111 | 11001 | 1010011 | 0 | 10011 | 100011010 | 1000110 | 110000 |
Color Harmonies of #9C24CF
Complementary color
Monochromatic Colors of #9C24CF
Black with #9C24CF
Text Example
Text Example
White with #9C24CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C24CF; }
p { color: rgb(156,36,207); }
H1.HeaderClassName
{
color: #9C24CF;
}
.AnyTagClassName
{
color: #9C24CF;
}
</style>
background-color css
<style>
a { background-color: #9C24CF; }
a { background-color: rgb(156,36,207); }
div.DivClassName
{
background-color: #9C24CF;
}
.BgClassName
{
background-color: #9C24CF;
}
</style>
border-color css
<style>
span { border-color: #9C24CF; }
span { border-color: rgb(156,36,207); }
td.TdClassName
{
border-color: #9C24CF;
}
.TagClassName
{
border-color: #9C24CF;
}
</style>