Shades of Dark Orchid #9E2DDE
Tints of Dark Orchid #9E2DDE
RGB
CMYK
RGB Variations
Color information
#9E2DDE (or 0x9E2DDE) is known color: Dark Orchid. HEX triplet: 9E, 2D and DE. RGB value is (158,45,222). Sum of RGB (Red+Green+Blue) = 158+45+222=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E2DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2DDE is #61D221. Grayscale: #626262. Windows color (decimal): -6410786 or 14560670. OLE color: 14560670.
HSL color Cylindrical-coordinate representation of color #9E2DDE: hue angle of 278.31º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E2DDE is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 45 | 222 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.13 |
| HSL | 278.31º | 0.73% | 0.52% | - |
| HSV(B) | 278.31º | 0.8% | 0.87% | - |
| XYZ | 28.22 | 14.42 | 70.4 | - |
| YUV | 98.97 | 197.44 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 222 | 0.29 | 0.80 | 0 | 0.13 | 278.31 | 0.73 | 0.52 |
| Hex | 9E | 2D | DE | 1D | 50 | 0 | D | 116 | 49 | 34 |
| Octal | 236 | 55 | 336 | 35 | 120 | 0 | 15 | 426 | 111 | 64 |
| Binary | 10011110 | 101101 | 11011110 | 11101 | 1010000 | 0 | 1101 | 100010110 | 1001001 | 110100 |
Color Harmonies of #9E2DDE
Complementary color
Monochromatic Colors of #9E2DDE
Black with #9E2DDE
Text Example
Text Example
White with #9E2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2DDE; }
p { color: rgb(158,45,222); }
H1.HeaderClassName
{
color: #9E2DDE;
}
.AnyTagClassName
{
color: #9E2DDE;
}
</style>
background-color css
<style>
a { background-color: #9E2DDE; }
a { background-color: rgb(158,45,222); }
div.DivClassName
{
background-color: #9E2DDE;
}
.BgClassName
{
background-color: #9E2DDE;
}
</style>
border-color css
<style>
span { border-color: #9E2DDE; }
span { border-color: rgb(158,45,222); }
td.TdClassName
{
border-color: #9E2DDE;
}
.TagClassName
{
border-color: #9E2DDE;
}
</style>