Shades of Dark Orchid #9C2BAB
Tints of Dark Orchid #9C2BAB
RGB
CMYK
RGB Variations
Color information
#9C2BAB (or 0x9C2BAB) is known color: Dark Orchid. HEX triplet: 9C, 2B and AB. RGB value is (156,43,171). Sum of RGB (Red+Green+Blue) = 156+43+171=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C2BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2BAB is #63D454. Grayscale: #5A5A5A. Windows color (decimal): -6542421 or 11217820. OLE color: 11217820.
HSL color Cylindrical-coordinate representation of color #9C2BAB: hue angle of 292.97º 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 #9C2BAB is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 43 | 171 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.33 |
| HSL | 292.97º | 0.6% | 0.42% | - |
| HSV(B) | 292.97º | 0.75% | 0.67% | - |
| XYZ | 21.92 | 11.74 | 39.64 | - |
| YUV | 91.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 171 | 0.09 | 0.75 | 0 | 0.33 | 292.97 | 0.6 | 0.42 |
| Hex | 9C | 2B | AB | 9 | 4B | 0 | 21 | 125 | 3C | 2A |
| Octal | 234 | 53 | 253 | 11 | 113 | 0 | 41 | 445 | 74 | 52 |
| Binary | 10011100 | 101011 | 10101011 | 1001 | 1001011 | 0 | 100001 | 100100101 | 111100 | 101010 |
Color Harmonies of #9C2BAB
Complementary color
Monochromatic Colors of #9C2BAB
Black with #9C2BAB
Text Example
Text Example
White with #9C2BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2BAB; }
p { color: rgb(156,43,171); }
H1.HeaderClassName
{
color: #9C2BAB;
}
.AnyTagClassName
{
color: #9C2BAB;
}
</style>
background-color css
<style>
a { background-color: #9C2BAB; }
a { background-color: rgb(156,43,171); }
div.DivClassName
{
background-color: #9C2BAB;
}
.BgClassName
{
background-color: #9C2BAB;
}
</style>
border-color css
<style>
span { border-color: #9C2BAB; }
span { border-color: rgb(156,43,171); }
td.TdClassName
{
border-color: #9C2BAB;
}
.TagClassName
{
border-color: #9C2BAB;
}
</style>