Shades of Dark Orchid #9E2ED6
Tints of Dark Orchid #9E2ED6
RGB
CMYK
RGB Variations
Color information
#9E2ED6 (or 0x9E2ED6) is known color: Dark Orchid. HEX triplet: 9E, 2E and D6. RGB value is (158,46,214). Sum of RGB (Red+Green+Blue) = 158+46+214=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #9E2ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2ED6 is #61D129. Grayscale: #626262. Windows color (decimal): -6410538 or 14036638. OLE color: 14036638.
HSL color Cylindrical-coordinate representation of color #9E2ED6: hue angle of 280º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E2ED6 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 46 | 214 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.16 |
| HSL | 280º | 0.67% | 0.51% | - |
| HSV(B) | 280º | 0.79% | 0.84% | - |
| XYZ | 27.22 | 14.08 | 64.9 | - |
| YUV | 98.64 | 193.11 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 214 | 0.26 | 0.79 | 0 | 0.16 | 280 | 0.67 | 0.51 |
| Hex | 9E | 2E | D6 | 1A | 4F | 0 | 10 | 118 | 43 | 33 |
| Octal | 236 | 56 | 326 | 32 | 117 | 0 | 20 | 430 | 103 | 63 |
| Binary | 10011110 | 101110 | 11010110 | 11010 | 1001111 | 0 | 10000 | 100011000 | 1000011 | 110011 |
Color Harmonies of #9E2ED6
Complementary color
Monochromatic Colors of #9E2ED6
Black with #9E2ED6
Text Example
Text Example
White with #9E2ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2ED6; }
p { color: rgb(158,46,214); }
H1.HeaderClassName
{
color: #9E2ED6;
}
.AnyTagClassName
{
color: #9E2ED6;
}
</style>
background-color css
<style>
a { background-color: #9E2ED6; }
a { background-color: rgb(158,46,214); }
div.DivClassName
{
background-color: #9E2ED6;
}
.BgClassName
{
background-color: #9E2ED6;
}
</style>
border-color css
<style>
span { border-color: #9E2ED6; }
span { border-color: rgb(158,46,214); }
td.TdClassName
{
border-color: #9E2ED6;
}
.TagClassName
{
border-color: #9E2ED6;
}
</style>