Shades of Dark Orchid #9D1ABB
Tints of Dark Orchid #9D1ABB
RGB
CMYK
RGB Variations
Color information
#9D1ABB (or 0x9D1ABB) is known color: Dark Orchid. HEX triplet: 9D, 1A and BB. RGB value is (157,26,187). Sum of RGB (Red+Green+Blue) = 157+26+187=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D1ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1ABB is #62E544. Grayscale: #535353. Windows color (decimal): -6481221 or 12262045. OLE color: 12262045.
HSL color Cylindrical-coordinate representation of color #9D1ABB: hue angle of 288.82º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1ABB is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 26 | 187 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.27 |
| HSL | 288.82º | 0.76% | 0.42% | - |
| HSV(B) | 288.82º | 0.86% | 0.73% | - |
| XYZ | 23.24 | 11.49 | 48.01 | - |
| YUV | 83.52 | 186.4 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 187 | 0.16 | 0.86 | 0 | 0.27 | 288.82 | 0.76 | 0.42 |
| Hex | 9D | 1A | BB | 10 | 56 | 0 | 1B | 121 | 4C | 2A |
| Octal | 235 | 32 | 273 | 20 | 126 | 0 | 33 | 441 | 114 | 52 |
| Binary | 10011101 | 11010 | 10111011 | 10000 | 1010110 | 0 | 11011 | 100100001 | 1001100 | 101010 |
Color Harmonies of #9D1ABB
Complementary color
Monochromatic Colors of #9D1ABB
Black with #9D1ABB
Text Example
Text Example
White with #9D1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1ABB; }
p { color: rgb(157,26,187); }
H1.HeaderClassName
{
color: #9D1ABB;
}
.AnyTagClassName
{
color: #9D1ABB;
}
</style>
background-color css
<style>
a { background-color: #9D1ABB; }
a { background-color: rgb(157,26,187); }
div.DivClassName
{
background-color: #9D1ABB;
}
.BgClassName
{
background-color: #9D1ABB;
}
</style>
border-color css
<style>
span { border-color: #9D1ABB; }
span { border-color: rgb(157,26,187); }
td.TdClassName
{
border-color: #9D1ABB;
}
.TagClassName
{
border-color: #9D1ABB;
}
</style>