Shades of Dark Orchid #9C41CE
Tints of Dark Orchid #9C41CE
RGB
CMYK
RGB Variations
Color information
#9C41CE (or 0x9C41CE) is known color: Dark Orchid. HEX triplet: 9C, 41 and CE. RGB value is (156,65,206). Sum of RGB (Red+Green+Blue) = 156+65+206=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C41CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C41CE is #63BE31. Grayscale: #6B6B6B. Windows color (decimal): -6536754 or 13517212. OLE color: 13517212.
HSL color Cylindrical-coordinate representation of color #9C41CE: hue angle of 278.72º 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 #9C41CE is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 65 | 206 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.19 |
| HSL | 278.72º | 0.59% | 0.53% | - |
| HSV(B) | 278.72º | 0.68% | 0.81% | - |
| XYZ | 26.74 | 15.3 | 59.94 | - |
| YUV | 108.28 | 183.15 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 206 | 0.24 | 0.68 | 0 | 0.19 | 278.72 | 0.59 | 0.53 |
| Hex | 9C | 41 | CE | 18 | 44 | 0 | 13 | 117 | 3B | 35 |
| Octal | 234 | 101 | 316 | 30 | 104 | 0 | 23 | 427 | 73 | 65 |
| Binary | 10011100 | 1000001 | 11001110 | 11000 | 1000100 | 0 | 10011 | 100010111 | 111011 | 110101 |
Color Harmonies of #9C41CE
Complementary color
Monochromatic Colors of #9C41CE
Black with #9C41CE
Text Example
Text Example
White with #9C41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C41CE; }
p { color: rgb(156,65,206); }
H1.HeaderClassName
{
color: #9C41CE;
}
.AnyTagClassName
{
color: #9C41CE;
}
</style>
background-color css
<style>
a { background-color: #9C41CE; }
a { background-color: rgb(156,65,206); }
div.DivClassName
{
background-color: #9C41CE;
}
.BgClassName
{
background-color: #9C41CE;
}
</style>
border-color css
<style>
span { border-color: #9C41CE; }
span { border-color: rgb(156,65,206); }
td.TdClassName
{
border-color: #9C41CE;
}
.TagClassName
{
border-color: #9C41CE;
}
</style>