Shades of Dark Orchid #9E2DDD
Tints of Dark Orchid #9E2DDD
RGB
CMYK
RGB Variations
Color information
#9E2DDD (or 0x9E2DDD) is known color: Dark Orchid. HEX triplet: 9E, 2D and DD. RGB value is (158,45,221). Sum of RGB (Red+Green+Blue) = 158+45+221=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E2DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2DDD is #61D222. Grayscale: #626262. Windows color (decimal): -6410787 or 14495134. OLE color: 14495134.
HSL color Cylindrical-coordinate representation of color #9E2DDD: hue angle of 278.52º degrees, saturation: 0.72, 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 #9E2DDD is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 45 | 221 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.13 |
| HSL | 278.52º | 0.72% | 0.52% | - |
| HSV(B) | 278.52º | 0.8% | 0.87% | - |
| XYZ | 28.09 | 14.37 | 69.7 | - |
| YUV | 98.85 | 196.94 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 221 | 0.29 | 0.80 | 0 | 0.13 | 278.52 | 0.72 | 0.52 |
| Hex | 9E | 2D | DD | 1D | 50 | 0 | D | 117 | 48 | 34 |
| Octal | 236 | 55 | 335 | 35 | 120 | 0 | 15 | 427 | 110 | 64 |
| Binary | 10011110 | 101101 | 11011101 | 11101 | 1010000 | 0 | 1101 | 100010111 | 1001000 | 110100 |
Color Harmonies of #9E2DDD
Complementary color
Monochromatic Colors of #9E2DDD
Black with #9E2DDD
Text Example
Text Example
White with #9E2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2DDD; }
p { color: rgb(158,45,221); }
H1.HeaderClassName
{
color: #9E2DDD;
}
.AnyTagClassName
{
color: #9E2DDD;
}
</style>
background-color css
<style>
a { background-color: #9E2DDD; }
a { background-color: rgb(158,45,221); }
div.DivClassName
{
background-color: #9E2DDD;
}
.BgClassName
{
background-color: #9E2DDD;
}
</style>
border-color css
<style>
span { border-color: #9E2DDD; }
span { border-color: rgb(158,45,221); }
td.TdClassName
{
border-color: #9E2DDD;
}
.TagClassName
{
border-color: #9E2DDD;
}
</style>