Shades of Dark Orchid #9C42CE
Tints of Dark Orchid #9C42CE
RGB
CMYK
RGB Variations
Color information
#9C42CE (or 0x9C42CE) is known color: Dark Orchid. HEX triplet: 9C, 42 and CE. RGB value is (156,66,206). Sum of RGB (Red+Green+Blue) = 156+66+206=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C42CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C42CE is #63BD31. Grayscale: #6C6C6C. Windows color (decimal): -6536498 or 13517468. OLE color: 13517468.
HSL color Cylindrical-coordinate representation of color #9C42CE: hue angle of 278.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C42CE is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 66 | 206 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.19 |
| HSL | 278.57º | 0.59% | 0.53% | - |
| HSV(B) | 278.57º | 0.68% | 0.81% | - |
| XYZ | 26.8 | 15.42 | 59.96 | - |
| YUV | 108.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 66 | 206 | 0.24 | 0.68 | 0 | 0.19 | 278.57 | 0.59 | 0.53 |
| Hex | 9C | 42 | CE | 18 | 44 | 0 | 13 | 117 | 3B | 35 |
| Octal | 234 | 102 | 316 | 30 | 104 | 0 | 23 | 427 | 73 | 65 |
| Binary | 10011100 | 1000010 | 11001110 | 11000 | 1000100 | 0 | 10011 | 100010111 | 111011 | 110101 |
Color Harmonies of #9C42CE
Complementary color
Monochromatic Colors of #9C42CE
Black with #9C42CE
Text Example
Text Example
White with #9C42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C42CE; }
p { color: rgb(156,66,206); }
H1.HeaderClassName
{
color: #9C42CE;
}
.AnyTagClassName
{
color: #9C42CE;
}
</style>
background-color css
<style>
a { background-color: #9C42CE; }
a { background-color: rgb(156,66,206); }
div.DivClassName
{
background-color: #9C42CE;
}
.BgClassName
{
background-color: #9C42CE;
}
</style>
border-color css
<style>
span { border-color: #9C42CE; }
span { border-color: rgb(156,66,206); }
td.TdClassName
{
border-color: #9C42CE;
}
.TagClassName
{
border-color: #9C42CE;
}
</style>