Shades of Dark Orchid #9C22AE
Tints of Dark Orchid #9C22AE
RGB
CMYK
RGB Variations
Color information
#9C22AE (or 0x9C22AE) is known color: Dark Orchid. HEX triplet: 9C, 22 and AE. RGB value is (156,34,174). Sum of RGB (Red+Green+Blue) = 156+34+174=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C22AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C22AE is #63DD51. Grayscale: #565656. Windows color (decimal): -6544722 or 11412124. OLE color: 11412124.
HSL color Cylindrical-coordinate representation of color #9C22AE: hue angle of 292.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C22AE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 34 | 174 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.32 |
| HSL | 292.29º | 0.67% | 0.41% | - |
| HSV(B) | 292.29º | 0.8% | 0.68% | - |
| XYZ | 21.92 | 11.27 | 41.06 | - |
| YUV | 86.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 174 | 0.10 | 0.80 | 0 | 0.32 | 292.29 | 0.67 | 0.41 |
| Hex | 9C | 22 | AE | A | 50 | 0 | 20 | 124 | 43 | 29 |
| Octal | 234 | 42 | 256 | 12 | 120 | 0 | 40 | 444 | 103 | 51 |
| Binary | 10011100 | 100010 | 10101110 | 1010 | 1010000 | 0 | 100000 | 100100100 | 1000011 | 101001 |
Color Harmonies of #9C22AE
Complementary color
Monochromatic Colors of #9C22AE
Black with #9C22AE
Text Example
Text Example
White with #9C22AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C22AE; }
p { color: rgb(156,34,174); }
H1.HeaderClassName
{
color: #9C22AE;
}
.AnyTagClassName
{
color: #9C22AE;
}
</style>
background-color css
<style>
a { background-color: #9C22AE; }
a { background-color: rgb(156,34,174); }
div.DivClassName
{
background-color: #9C22AE;
}
.BgClassName
{
background-color: #9C22AE;
}
</style>
border-color css
<style>
span { border-color: #9C22AE; }
span { border-color: rgb(156,34,174); }
td.TdClassName
{
border-color: #9C22AE;
}
.TagClassName
{
border-color: #9C22AE;
}
</style>