Shades of Dark Orchid #9C22CE
Tints of Dark Orchid #9C22CE
RGB
CMYK
RGB Variations
Color information
#9C22CE (or 0x9C22CE) is known color: Dark Orchid. HEX triplet: 9C, 22 and CE. RGB value is (156,34,206). Sum of RGB (Red+Green+Blue) = 156+34+206=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C22CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C22CE is #63DD31. Grayscale: #595959. Windows color (decimal): -6544690 or 13509276. OLE color: 13509276.
HSL color Cylindrical-coordinate representation of color #9C22CE: hue angle of 282.56º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C22CE is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 34 | 206 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.19 |
| HSL | 282.56º | 0.72% | 0.47% | - |
| HSV(B) | 282.56º | 0.83% | 0.81% | - |
| XYZ | 25.42 | 12.67 | 59.5 | - |
| YUV | 90.09 | 193.42 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 206 | 0.24 | 0.83 | 0 | 0.19 | 282.56 | 0.72 | 0.47 |
| Hex | 9C | 22 | CE | 18 | 53 | 0 | 13 | 11B | 48 | 2F |
| Octal | 234 | 42 | 316 | 30 | 123 | 0 | 23 | 433 | 110 | 57 |
| Binary | 10011100 | 100010 | 11001110 | 11000 | 1010011 | 0 | 10011 | 100011011 | 1001000 | 101111 |
Color Harmonies of #9C22CE
Complementary color
Monochromatic Colors of #9C22CE
Black with #9C22CE
Text Example
Text Example
White with #9C22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C22CE; }
p { color: rgb(156,34,206); }
H1.HeaderClassName
{
color: #9C22CE;
}
.AnyTagClassName
{
color: #9C22CE;
}
</style>
background-color css
<style>
a { background-color: #9C22CE; }
a { background-color: rgb(156,34,206); }
div.DivClassName
{
background-color: #9C22CE;
}
.BgClassName
{
background-color: #9C22CE;
}
</style>
border-color css
<style>
span { border-color: #9C22CE; }
span { border-color: rgb(156,34,206); }
td.TdClassName
{
border-color: #9C22CE;
}
.TagClassName
{
border-color: #9C22CE;
}
</style>