Shades of Dark Orchid #9E1ACE
Tints of Dark Orchid #9E1ACE
RGB
CMYK
RGB Variations
Color information
#9E1ACE (or 0x9E1ACE) is known color: Dark Orchid. HEX triplet: 9E, 1A and CE. RGB value is (158,26,206). Sum of RGB (Red+Green+Blue) = 158+26+206=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E1ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1ACE is #61E531. Grayscale: #555555. Windows color (decimal): -6415666 or 13507230. OLE color: 13507230.
HSL color Cylindrical-coordinate representation of color #9E1ACE: hue angle of 284º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1ACE is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 26 | 206 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.19 |
| HSL | 284º | 0.78% | 0.45% | - |
| HSV(B) | 284º | 0.87% | 0.81% | - |
| XYZ | 25.61 | 12.46 | 59.45 | - |
| YUV | 85.99 | 195.73 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 26 | 206 | 0.23 | 0.87 | 0 | 0.19 | 284 | 0.78 | 0.45 |
| Hex | 9E | 1A | CE | 17 | 57 | 0 | 13 | 11C | 4E | 2D |
| Octal | 236 | 32 | 316 | 27 | 127 | 0 | 23 | 434 | 116 | 55 |
| Binary | 10011110 | 11010 | 11001110 | 10111 | 1010111 | 0 | 10011 | 100011100 | 1001110 | 101101 |
Color Harmonies of #9E1ACE
Complementary color
Monochromatic Colors of #9E1ACE
Black with #9E1ACE
Text Example
Text Example
White with #9E1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1ACE; }
p { color: rgb(158,26,206); }
H1.HeaderClassName
{
color: #9E1ACE;
}
.AnyTagClassName
{
color: #9E1ACE;
}
</style>
background-color css
<style>
a { background-color: #9E1ACE; }
a { background-color: rgb(158,26,206); }
div.DivClassName
{
background-color: #9E1ACE;
}
.BgClassName
{
background-color: #9E1ACE;
}
</style>
border-color css
<style>
span { border-color: #9E1ACE; }
span { border-color: rgb(158,26,206); }
td.TdClassName
{
border-color: #9E1ACE;
}
.TagClassName
{
border-color: #9E1ACE;
}
</style>