Shades of Dark Orchid #9C2DAB
Tints of Dark Orchid #9C2DAB
RGB
CMYK
RGB Variations
Color information
#9C2DAB (or 0x9C2DAB) is known color: Dark Orchid. HEX triplet: 9C, 2D and AB. RGB value is (156,45,171). Sum of RGB (Red+Green+Blue) = 156+45+171=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C2DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2DAB is #63D254. Grayscale: #5C5C5C. Windows color (decimal): -6541909 or 11218332. OLE color: 11218332.
HSL color Cylindrical-coordinate representation of color #9C2DAB: hue angle of 292.86º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2DAB is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 45 | 171 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.33 |
| HSL | 292.86º | 0.58% | 0.42% | - |
| HSV(B) | 292.86º | 0.74% | 0.67% | - |
| XYZ | 22 | 11.88 | 39.66 | - |
| YUV | 92.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 171 | 0.09 | 0.74 | 0 | 0.33 | 292.86 | 0.58 | 0.42 |
| Hex | 9C | 2D | AB | 9 | 4A | 0 | 21 | 125 | 3A | 2A |
| Octal | 234 | 55 | 253 | 11 | 112 | 0 | 41 | 445 | 72 | 52 |
| Binary | 10011100 | 101101 | 10101011 | 1001 | 1001010 | 0 | 100001 | 100100101 | 111010 | 101010 |
Color Harmonies of #9C2DAB
Complementary color
Monochromatic Colors of #9C2DAB
Black with #9C2DAB
Text Example
Text Example
White with #9C2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2DAB; }
p { color: rgb(156,45,171); }
H1.HeaderClassName
{
color: #9C2DAB;
}
.AnyTagClassName
{
color: #9C2DAB;
}
</style>
background-color css
<style>
a { background-color: #9C2DAB; }
a { background-color: rgb(156,45,171); }
div.DivClassName
{
background-color: #9C2DAB;
}
.BgClassName
{
background-color: #9C2DAB;
}
</style>
border-color css
<style>
span { border-color: #9C2DAB; }
span { border-color: rgb(156,45,171); }
td.TdClassName
{
border-color: #9C2DAB;
}
.TagClassName
{
border-color: #9C2DAB;
}
</style>