Shades of Dark Orchid #9C2AAA
Tints of Dark Orchid #9C2AAA
RGB
CMYK
RGB Variations
Color information
#9C2AAA (or 0x9C2AAA) is known color: Dark Orchid. HEX triplet: 9C, 2A and AA. RGB value is (156,42,170). Sum of RGB (Red+Green+Blue) = 156+42+170=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2AAA is #63D555. Grayscale: #5A5A5A. Windows color (decimal): -6542678 or 11152028. OLE color: 11152028.
HSL color Cylindrical-coordinate representation of color #9C2AAA: hue angle of 293.44º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2AAA is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 42 | 170 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.33 |
| HSL | 293.44º | 0.6% | 0.42% | - |
| HSV(B) | 293.44º | 0.75% | 0.67% | - |
| XYZ | 21.79 | 11.63 | 39.13 | - |
| YUV | 90.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 170 | 0.08 | 0.75 | 0 | 0.33 | 293.44 | 0.6 | 0.42 |
| Hex | 9C | 2A | AA | 8 | 4B | 0 | 21 | 125 | 3C | 2A |
| Octal | 234 | 52 | 252 | 10 | 113 | 0 | 41 | 445 | 74 | 52 |
| Binary | 10011100 | 101010 | 10101010 | 1000 | 1001011 | 0 | 100001 | 100100101 | 111100 | 101010 |
Color Harmonies of #9C2AAA
Complementary color
Monochromatic Colors of #9C2AAA
Black with #9C2AAA
Text Example
Text Example
White with #9C2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2AAA; }
p { color: rgb(156,42,170); }
H1.HeaderClassName
{
color: #9C2AAA;
}
.AnyTagClassName
{
color: #9C2AAA;
}
</style>
background-color css
<style>
a { background-color: #9C2AAA; }
a { background-color: rgb(156,42,170); }
div.DivClassName
{
background-color: #9C2AAA;
}
.BgClassName
{
background-color: #9C2AAA;
}
</style>
border-color css
<style>
span { border-color: #9C2AAA; }
span { border-color: rgb(156,42,170); }
td.TdClassName
{
border-color: #9C2AAA;
}
.TagClassName
{
border-color: #9C2AAA;
}
</style>