Shades of Dark Orchid #9E1BDD
Tints of Dark Orchid #9E1BDD
RGB
CMYK
RGB Variations
Color information
#9E1BDD (or 0x9E1BDD) is known color: Dark Orchid. HEX triplet: 9E, 1B and DD. RGB value is (158,27,221). Sum of RGB (Red+Green+Blue) = 158+27+221=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E1BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1BDD is #61E422. Grayscale: #575757. Windows color (decimal): -6415395 or 14490526. OLE color: 14490526.
HSL color Cylindrical-coordinate representation of color #9E1BDD: hue angle of 280.52º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1BDD is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 27 | 221 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.13 |
| HSL | 280.52º | 0.78% | 0.49% | - |
| HSV(B) | 280.52º | 0.88% | 0.87% | - |
| XYZ | 27.54 | 13.27 | 69.52 | - |
| YUV | 88.29 | 202.9 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 27 | 221 | 0.29 | 0.88 | 0 | 0.13 | 280.52 | 0.78 | 0.49 |
| Hex | 9E | 1B | DD | 1D | 58 | 0 | D | 119 | 4E | 31 |
| Octal | 236 | 33 | 335 | 35 | 130 | 0 | 15 | 431 | 116 | 61 |
| Binary | 10011110 | 11011 | 11011101 | 11101 | 1011000 | 0 | 1101 | 100011001 | 1001110 | 110001 |
Color Harmonies of #9E1BDD
Complementary color
Monochromatic Colors of #9E1BDD
Black with #9E1BDD
Text Example
Text Example
White with #9E1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1BDD; }
p { color: rgb(158,27,221); }
H1.HeaderClassName
{
color: #9E1BDD;
}
.AnyTagClassName
{
color: #9E1BDD;
}
</style>
background-color css
<style>
a { background-color: #9E1BDD; }
a { background-color: rgb(158,27,221); }
div.DivClassName
{
background-color: #9E1BDD;
}
.BgClassName
{
background-color: #9E1BDD;
}
</style>
border-color css
<style>
span { border-color: #9E1BDD; }
span { border-color: rgb(158,27,221); }
td.TdClassName
{
border-color: #9E1BDD;
}
.TagClassName
{
border-color: #9E1BDD;
}
</style>