Shades of Dark Orchid #9E27DB
Tints of Dark Orchid #9E27DB
RGB
CMYK
RGB Variations
Color information
#9E27DB (or 0x9E27DB) is known color: Dark Orchid. HEX triplet: 9E, 27 and DB. RGB value is (158,39,219). Sum of RGB (Red+Green+Blue) = 158+39+219=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E27DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E27DB is #61D824. Grayscale: #5E5E5E. Windows color (decimal): -6412325 or 14362526. OLE color: 14362526.
HSL color Cylindrical-coordinate representation of color #9E27DB: hue angle of 279.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E27DB is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 39 | 219 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.14 |
| HSL | 279.67º | 0.71% | 0.51% | - |
| HSV(B) | 279.67º | 0.82% | 0.86% | - |
| XYZ | 27.61 | 13.83 | 68.23 | - |
| YUV | 95.1 | 197.92 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 219 | 0.28 | 0.82 | 0 | 0.14 | 279.67 | 0.71 | 0.51 |
| Hex | 9E | 27 | DB | 1C | 52 | 0 | E | 118 | 47 | 33 |
| Octal | 236 | 47 | 333 | 34 | 122 | 0 | 16 | 430 | 107 | 63 |
| Binary | 10011110 | 100111 | 11011011 | 11100 | 1010010 | 0 | 1110 | 100011000 | 1000111 | 110011 |
Color Harmonies of #9E27DB
Complementary color
Monochromatic Colors of #9E27DB
Black with #9E27DB
Text Example
Text Example
White with #9E27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E27DB; }
p { color: rgb(158,39,219); }
H1.HeaderClassName
{
color: #9E27DB;
}
.AnyTagClassName
{
color: #9E27DB;
}
</style>
background-color css
<style>
a { background-color: #9E27DB; }
a { background-color: rgb(158,39,219); }
div.DivClassName
{
background-color: #9E27DB;
}
.BgClassName
{
background-color: #9E27DB;
}
</style>
border-color css
<style>
span { border-color: #9E27DB; }
span { border-color: rgb(158,39,219); }
td.TdClassName
{
border-color: #9E27DB;
}
.TagClassName
{
border-color: #9E27DB;
}
</style>