Shades of Dark Orchid #9C2EAA
Tints of Dark Orchid #9C2EAA
RGB
CMYK
RGB Variations
Color information
#9C2EAA (or 0x9C2EAA) is known color: Dark Orchid. HEX triplet: 9C, 2E and AA. RGB value is (156,46,170). Sum of RGB (Red+Green+Blue) = 156+46+170=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C2EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2EAA is #63D155. Grayscale: #5C5C5C. Windows color (decimal): -6541654 or 11153052. OLE color: 11153052.
HSL color Cylindrical-coordinate representation of color #9C2EAA: hue angle of 293.23º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2EAA is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 46 | 170 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.33 |
| HSL | 293.23º | 0.57% | 0.42% | - |
| HSV(B) | 293.23º | 0.73% | 0.67% | - |
| XYZ | 21.94 | 11.92 | 39.18 | - |
| YUV | 93.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 46 | 170 | 0.08 | 0.73 | 0 | 0.33 | 293.23 | 0.57 | 0.42 |
| Hex | 9C | 2E | AA | 8 | 49 | 0 | 21 | 125 | 39 | 2A |
| Octal | 234 | 56 | 252 | 10 | 111 | 0 | 41 | 445 | 71 | 52 |
| Binary | 10011100 | 101110 | 10101010 | 1000 | 1001001 | 0 | 100001 | 100100101 | 111001 | 101010 |
Color Harmonies of #9C2EAA
Complementary color
Monochromatic Colors of #9C2EAA
Black with #9C2EAA
Text Example
Text Example
White with #9C2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2EAA; }
p { color: rgb(156,46,170); }
H1.HeaderClassName
{
color: #9C2EAA;
}
.AnyTagClassName
{
color: #9C2EAA;
}
</style>
background-color css
<style>
a { background-color: #9C2EAA; }
a { background-color: rgb(156,46,170); }
div.DivClassName
{
background-color: #9C2EAA;
}
.BgClassName
{
background-color: #9C2EAA;
}
</style>
border-color css
<style>
span { border-color: #9C2EAA; }
span { border-color: rgb(156,46,170); }
td.TdClassName
{
border-color: #9C2EAA;
}
.TagClassName
{
border-color: #9C2EAA;
}
</style>