Shades of Dark Orchid #9D1ABD
Tints of Dark Orchid #9D1ABD
RGB
CMYK
RGB Variations
Color information
#9D1ABD (or 0x9D1ABD) is known color: Dark Orchid. HEX triplet: 9D, 1A and BD. RGB value is (157,26,189). Sum of RGB (Red+Green+Blue) = 157+26+189=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D1ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1ABD is #62E542. Grayscale: #535353. Windows color (decimal): -6481219 or 12393117. OLE color: 12393117.
HSL color Cylindrical-coordinate representation of color #9D1ABD: hue angle of 288.22º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1ABD is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 26 | 189 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.26 |
| HSL | 288.22º | 0.76% | 0.42% | - |
| HSV(B) | 288.22º | 0.86% | 0.74% | - |
| XYZ | 23.46 | 11.58 | 49.14 | - |
| YUV | 83.75 | 187.4 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 189 | 0.17 | 0.86 | 0 | 0.26 | 288.22 | 0.76 | 0.42 |
| Hex | 9D | 1A | BD | 11 | 56 | 0 | 1A | 120 | 4C | 2A |
| Octal | 235 | 32 | 275 | 21 | 126 | 0 | 32 | 440 | 114 | 52 |
| Binary | 10011101 | 11010 | 10111101 | 10001 | 1010110 | 0 | 11010 | 100100000 | 1001100 | 101010 |
Color Harmonies of #9D1ABD
Complementary color
Monochromatic Colors of #9D1ABD
Black with #9D1ABD
Text Example
Text Example
White with #9D1ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1ABD; }
p { color: rgb(157,26,189); }
H1.HeaderClassName
{
color: #9D1ABD;
}
.AnyTagClassName
{
color: #9D1ABD;
}
</style>
background-color css
<style>
a { background-color: #9D1ABD; }
a { background-color: rgb(157,26,189); }
div.DivClassName
{
background-color: #9D1ABD;
}
.BgClassName
{
background-color: #9D1ABD;
}
</style>
border-color css
<style>
span { border-color: #9D1ABD; }
span { border-color: rgb(157,26,189); }
td.TdClassName
{
border-color: #9D1ABD;
}
.TagClassName
{
border-color: #9D1ABD;
}
</style>