Shades of Dark Orchid #9E1EDD
Tints of Dark Orchid #9E1EDD
RGB
CMYK
RGB Variations
Color information
#9E1EDD (or 0x9E1EDD) is known color: Dark Orchid. HEX triplet: 9E, 1E and DD. RGB value is (158,30,221). Sum of RGB (Red+Green+Blue) = 158+30+221=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E1EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1EDD is #61E122. Grayscale: #595959. Windows color (decimal): -6414627 or 14491294. OLE color: 14491294.
HSL color Cylindrical-coordinate representation of color #9E1EDD: hue angle of 280.21º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E1EDD is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 30 | 221 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.13 |
| HSL | 280.21º | 0.76% | 0.49% | - |
| HSV(B) | 280.21º | 0.86% | 0.87% | - |
| XYZ | 27.62 | 13.42 | 69.54 | - |
| YUV | 90.05 | 201.91 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 30 | 221 | 0.29 | 0.86 | 0 | 0.13 | 280.21 | 0.76 | 0.49 |
| Hex | 9E | 1E | DD | 1D | 56 | 0 | D | 118 | 4C | 31 |
| Octal | 236 | 36 | 335 | 35 | 126 | 0 | 15 | 430 | 114 | 61 |
| Binary | 10011110 | 11110 | 11011101 | 11101 | 1010110 | 0 | 1101 | 100011000 | 1001100 | 110001 |
Color Harmonies of #9E1EDD
Complementary color
Monochromatic Colors of #9E1EDD
Black with #9E1EDD
Text Example
Text Example
White with #9E1EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1EDD; }
p { color: rgb(158,30,221); }
H1.HeaderClassName
{
color: #9E1EDD;
}
.AnyTagClassName
{
color: #9E1EDD;
}
</style>
background-color css
<style>
a { background-color: #9E1EDD; }
a { background-color: rgb(158,30,221); }
div.DivClassName
{
background-color: #9E1EDD;
}
.BgClassName
{
background-color: #9E1EDD;
}
</style>
border-color css
<style>
span { border-color: #9E1EDD; }
span { border-color: rgb(158,30,221); }
td.TdClassName
{
border-color: #9E1EDD;
}
.TagClassName
{
border-color: #9E1EDD;
}
</style>