Shades of Dark Orchid #9C2FAB
Tints of Dark Orchid #9C2FAB
RGB
CMYK
RGB Variations
Color information
#9C2FAB (or 0x9C2FAB) is known color: Dark Orchid. HEX triplet: 9C, 2F and AB. RGB value is (156,47,171). Sum of RGB (Red+Green+Blue) = 156+47+171=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C2FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2FAB is #63D054. Grayscale: #5D5D5D. Windows color (decimal): -6541397 or 11218844. OLE color: 11218844.
HSL color Cylindrical-coordinate representation of color #9C2FAB: hue angle of 292.74º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2FAB is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 47 | 171 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.33 |
| HSL | 292.74º | 0.57% | 0.43% | - |
| HSV(B) | 292.74º | 0.73% | 0.67% | - |
| XYZ | 22.08 | 12.04 | 39.69 | - |
| YUV | 93.73 | 171.61 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 171 | 0.09 | 0.73 | 0 | 0.33 | 292.74 | 0.57 | 0.43 |
| Hex | 9C | 2F | AB | 9 | 49 | 0 | 21 | 125 | 39 | 2B |
| Octal | 234 | 57 | 253 | 11 | 111 | 0 | 41 | 445 | 71 | 53 |
| Binary | 10011100 | 101111 | 10101011 | 1001 | 1001001 | 0 | 100001 | 100100101 | 111001 | 101011 |
Color Harmonies of #9C2FAB
Complementary color
Monochromatic Colors of #9C2FAB
Black with #9C2FAB
Text Example
Text Example
White with #9C2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2FAB; }
p { color: rgb(156,47,171); }
H1.HeaderClassName
{
color: #9C2FAB;
}
.AnyTagClassName
{
color: #9C2FAB;
}
</style>
background-color css
<style>
a { background-color: #9C2FAB; }
a { background-color: rgb(156,47,171); }
div.DivClassName
{
background-color: #9C2FAB;
}
.BgClassName
{
background-color: #9C2FAB;
}
</style>
border-color css
<style>
span { border-color: #9C2FAB; }
span { border-color: rgb(156,47,171); }
td.TdClassName
{
border-color: #9C2FAB;
}
.TagClassName
{
border-color: #9C2FAB;
}
</style>