Shades of Dark Orchid #9D1CAB
Tints of Dark Orchid #9D1CAB
RGB
CMYK
RGB Variations
Color information
#9D1CAB (or 0x9D1CAB) is known color: Dark Orchid. HEX triplet: 9D, 1C and AB. RGB value is (157,28,171). Sum of RGB (Red+Green+Blue) = 157+28+171=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 28 (11.33% from 255 or 7.87% 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 #9D1CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1CAB is #62E354. Grayscale: #525252. Windows color (decimal): -6480725 or 11213981. OLE color: 11213981.
HSL color Cylindrical-coordinate representation of color #9D1CAB: hue angle of 294.13º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1CAB is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 28 | 171 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.33 |
| HSL | 294.13º | 0.72% | 0.39% | - |
| HSV(B) | 294.13º | 0.84% | 0.67% | - |
| XYZ | 21.67 | 10.94 | 39.5 | - |
| YUV | 82.87 | 177.74 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 28 | 171 | 0.08 | 0.84 | 0 | 0.33 | 294.13 | 0.72 | 0.39 |
| Hex | 9D | 1C | AB | 8 | 54 | 0 | 21 | 126 | 48 | 27 |
| Octal | 235 | 34 | 253 | 10 | 124 | 0 | 41 | 446 | 110 | 47 |
| Binary | 10011101 | 11100 | 10101011 | 1000 | 1010100 | 0 | 100001 | 100100110 | 1001000 | 100111 |
Color Harmonies of #9D1CAB
Complementary color
Monochromatic Colors of #9D1CAB
Black with #9D1CAB
Text Example
Text Example
White with #9D1CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1CAB; }
p { color: rgb(157,28,171); }
H1.HeaderClassName
{
color: #9D1CAB;
}
.AnyTagClassName
{
color: #9D1CAB;
}
</style>
background-color css
<style>
a { background-color: #9D1CAB; }
a { background-color: rgb(157,28,171); }
div.DivClassName
{
background-color: #9D1CAB;
}
.BgClassName
{
background-color: #9D1CAB;
}
</style>
border-color css
<style>
span { border-color: #9D1CAB; }
span { border-color: rgb(157,28,171); }
td.TdClassName
{
border-color: #9D1CAB;
}
.TagClassName
{
border-color: #9D1CAB;
}
</style>