Shades of Dark Orchid #9C1ACE
Tints of Dark Orchid #9C1ACE
RGB
CMYK
RGB Variations
Color information
#9C1ACE (or 0x9C1ACE) is known color: Dark Orchid. HEX triplet: 9C, 1A and CE. RGB value is (156,26,206). Sum of RGB (Red+Green+Blue) = 156+26+206=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C1ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1ACE is #63E531. Grayscale: #545454. Windows color (decimal): -6546738 or 13507228. OLE color: 13507228.
HSL color Cylindrical-coordinate representation of color #9C1ACE: hue angle of 283.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1ACE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 26 | 206 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.19 |
| HSL | 283.33º | 0.78% | 0.45% | - |
| HSV(B) | 283.33º | 0.87% | 0.81% | - |
| XYZ | 25.22 | 12.26 | 59.43 | - |
| YUV | 85.39 | 196.07 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 26 | 206 | 0.24 | 0.87 | 0 | 0.19 | 283.33 | 0.78 | 0.45 |
| Hex | 9C | 1A | CE | 18 | 57 | 0 | 13 | 11B | 4E | 2D |
| Octal | 234 | 32 | 316 | 30 | 127 | 0 | 23 | 433 | 116 | 55 |
| Binary | 10011100 | 11010 | 11001110 | 11000 | 1010111 | 0 | 10011 | 100011011 | 1001110 | 101101 |
Color Harmonies of #9C1ACE
Complementary color
Monochromatic Colors of #9C1ACE
Black with #9C1ACE
Text Example
Text Example
White with #9C1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1ACE; }
p { color: rgb(156,26,206); }
H1.HeaderClassName
{
color: #9C1ACE;
}
.AnyTagClassName
{
color: #9C1ACE;
}
</style>
background-color css
<style>
a { background-color: #9C1ACE; }
a { background-color: rgb(156,26,206); }
div.DivClassName
{
background-color: #9C1ACE;
}
.BgClassName
{
background-color: #9C1ACE;
}
</style>
border-color css
<style>
span { border-color: #9C1ACE; }
span { border-color: rgb(156,26,206); }
td.TdClassName
{
border-color: #9C1ACE;
}
.TagClassName
{
border-color: #9C1ACE;
}
</style>