Shades of Dark Orchid #9D1FAB
Tints of Dark Orchid #9D1FAB
RGB
CMYK
RGB Variations
Color information
#9D1FAB (or 0x9D1FAB) is known color: Dark Orchid. HEX triplet: 9D, 1F and AB. RGB value is (157,31,171). Sum of RGB (Red+Green+Blue) = 157+31+171=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D1FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1FAB is #62E054. Grayscale: #545454. Windows color (decimal): -6479957 or 11214749. OLE color: 11214749.
HSL color Cylindrical-coordinate representation of color #9D1FAB: hue angle of 294º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1FAB is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 31 | 171 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.33 |
| HSL | 294º | 0.69% | 0.4% | - |
| HSV(B) | 294º | 0.82% | 0.67% | - |
| XYZ | 21.75 | 11.09 | 39.52 | - |
| YUV | 84.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 171 | 0.08 | 0.82 | 0 | 0.33 | 294 | 0.69 | 0.4 |
| Hex | 9D | 1F | AB | 8 | 52 | 0 | 21 | 126 | 45 | 28 |
| Octal | 235 | 37 | 253 | 10 | 122 | 0 | 41 | 446 | 105 | 50 |
| Binary | 10011101 | 11111 | 10101011 | 1000 | 1010010 | 0 | 100001 | 100100110 | 1000101 | 101000 |
Color Harmonies of #9D1FAB
Complementary color
Monochromatic Colors of #9D1FAB
Black with #9D1FAB
Text Example
Text Example
White with #9D1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1FAB; }
p { color: rgb(157,31,171); }
H1.HeaderClassName
{
color: #9D1FAB;
}
.AnyTagClassName
{
color: #9D1FAB;
}
</style>
background-color css
<style>
a { background-color: #9D1FAB; }
a { background-color: rgb(157,31,171); }
div.DivClassName
{
background-color: #9D1FAB;
}
.BgClassName
{
background-color: #9D1FAB;
}
</style>
border-color css
<style>
span { border-color: #9D1FAB; }
span { border-color: rgb(157,31,171); }
td.TdClassName
{
border-color: #9D1FAB;
}
.TagClassName
{
border-color: #9D1FAB;
}
</style>