Shades of Dark Orchid #9C1DAB
Tints of Dark Orchid #9C1DAB
RGB
CMYK
RGB Variations
Color information
#9C1DAB (or 0x9C1DAB) is known color: Dark Orchid. HEX triplet: 9C, 1D and AB. RGB value is (156,29,171). Sum of RGB (Red+Green+Blue) = 156+29+171=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C1DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1DAB is #63E254. Grayscale: #525252. Windows color (decimal): -6546005 or 11214236. OLE color: 11214236.
HSL color Cylindrical-coordinate representation of color #9C1DAB: hue angle of 293.66º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1DAB is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 29 | 171 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.33 |
| HSL | 293.66º | 0.71% | 0.39% | - |
| HSV(B) | 293.66º | 0.83% | 0.67% | - |
| XYZ | 21.5 | 10.89 | 39.5 | - |
| YUV | 83.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 29 | 171 | 0.09 | 0.83 | 0 | 0.33 | 293.66 | 0.71 | 0.39 |
| Hex | 9C | 1D | AB | 9 | 53 | 0 | 21 | 126 | 47 | 27 |
| Octal | 234 | 35 | 253 | 11 | 123 | 0 | 41 | 446 | 107 | 47 |
| Binary | 10011100 | 11101 | 10101011 | 1001 | 1010011 | 0 | 100001 | 100100110 | 1000111 | 100111 |
Color Harmonies of #9C1DAB
Complementary color
Monochromatic Colors of #9C1DAB
Black with #9C1DAB
Text Example
Text Example
White with #9C1DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1DAB; }
p { color: rgb(156,29,171); }
H1.HeaderClassName
{
color: #9C1DAB;
}
.AnyTagClassName
{
color: #9C1DAB;
}
</style>
background-color css
<style>
a { background-color: #9C1DAB; }
a { background-color: rgb(156,29,171); }
div.DivClassName
{
background-color: #9C1DAB;
}
.BgClassName
{
background-color: #9C1DAB;
}
</style>
border-color css
<style>
span { border-color: #9C1DAB; }
span { border-color: rgb(156,29,171); }
td.TdClassName
{
border-color: #9C1DAB;
}
.TagClassName
{
border-color: #9C1DAB;
}
</style>