Shades of Dark Orchid #9D1EB9
Tints of Dark Orchid #9D1EB9
RGB
CMYK
RGB Variations
Color information
#9D1EB9 (or 0x9D1EB9) is known color: Dark Orchid. HEX triplet: 9D, 1E and B9. RGB value is (157,30,185). Sum of RGB (Red+Green+Blue) = 157+30+185=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #9D1EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1EB9 is #62E146. Grayscale: #555555. Windows color (decimal): -6480199 or 12131997. OLE color: 12131997.
HSL color Cylindrical-coordinate representation of color #9D1EB9: hue angle of 289.16º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1EB9 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 30 | 185 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.27 |
| HSL | 289.16º | 0.72% | 0.42% | - |
| HSV(B) | 289.16º | 0.84% | 0.73% | - |
| XYZ | 23.13 | 11.6 | 46.92 | - |
| YUV | 85.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 185 | 0.15 | 0.84 | 0 | 0.27 | 289.16 | 0.72 | 0.42 |
| Hex | 9D | 1E | B9 | F | 54 | 0 | 1B | 121 | 48 | 2A |
| Octal | 235 | 36 | 271 | 17 | 124 | 0 | 33 | 441 | 110 | 52 |
| Binary | 10011101 | 11110 | 10111001 | 1111 | 1010100 | 0 | 11011 | 100100001 | 1001000 | 101010 |
Color Harmonies of #9D1EB9
Complementary color
Monochromatic Colors of #9D1EB9
Black with #9D1EB9
Text Example
Text Example
White with #9D1EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1EB9; }
p { color: rgb(157,30,185); }
H1.HeaderClassName
{
color: #9D1EB9;
}
.AnyTagClassName
{
color: #9D1EB9;
}
</style>
background-color css
<style>
a { background-color: #9D1EB9; }
a { background-color: rgb(157,30,185); }
div.DivClassName
{
background-color: #9D1EB9;
}
.BgClassName
{
background-color: #9D1EB9;
}
</style>
border-color css
<style>
span { border-color: #9D1EB9; }
span { border-color: rgb(157,30,185); }
td.TdClassName
{
border-color: #9D1EB9;
}
.TagClassName
{
border-color: #9D1EB9;
}
</style>