Shades of Dark Orchid #9D1ED1
Tints of Dark Orchid #9D1ED1
RGB
CMYK
RGB Variations
Color information
#9D1ED1 (or 0x9D1ED1) is known color: Dark Orchid. HEX triplet: 9D, 1E and D1. RGB value is (157,30,209). Sum of RGB (Red+Green+Blue) = 157+30+209=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #9D1ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1ED1 is #62E12E. Grayscale: #575757. Windows color (decimal): -6480175 or 13704861. OLE color: 13704861.
HSL color Cylindrical-coordinate representation of color #9D1ED1: hue angle of 282.57º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1ED1 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 30 | 209 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.18 |
| HSL | 282.57º | 0.75% | 0.47% | - |
| HSV(B) | 282.57º | 0.86% | 0.82% | - |
| XYZ | 25.88 | 12.7 | 61.41 | - |
| YUV | 88.38 | 196.08 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 209 | 0.25 | 0.86 | 0 | 0.18 | 282.57 | 0.75 | 0.47 |
| Hex | 9D | 1E | D1 | 19 | 56 | 0 | 12 | 11B | 4B | 2F |
| Octal | 235 | 36 | 321 | 31 | 126 | 0 | 22 | 433 | 113 | 57 |
| Binary | 10011101 | 11110 | 11010001 | 11001 | 1010110 | 0 | 10010 | 100011011 | 1001011 | 101111 |
Color Harmonies of #9D1ED1
Complementary color
Monochromatic Colors of #9D1ED1
Black with #9D1ED1
Text Example
Text Example
White with #9D1ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1ED1; }
p { color: rgb(157,30,209); }
H1.HeaderClassName
{
color: #9D1ED1;
}
.AnyTagClassName
{
color: #9D1ED1;
}
</style>
background-color css
<style>
a { background-color: #9D1ED1; }
a { background-color: rgb(157,30,209); }
div.DivClassName
{
background-color: #9D1ED1;
}
.BgClassName
{
background-color: #9D1ED1;
}
</style>
border-color css
<style>
span { border-color: #9D1ED1; }
span { border-color: rgb(157,30,209); }
td.TdClassName
{
border-color: #9D1ED1;
}
.TagClassName
{
border-color: #9D1ED1;
}
</style>