Shades of Dark Orchid #9E2DDF
Tints of Dark Orchid #9E2DDF
RGB
CMYK
RGB Variations
Color information
#9E2DDF (or 0x9E2DDF) is known color: Dark Orchid. HEX triplet: 9E, 2D and DF. RGB value is (158,45,223). Sum of RGB (Red+Green+Blue) = 158+45+223=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E2DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2DDF is #61D220. Grayscale: #626262. Windows color (decimal): -6410785 or 14626206. OLE color: 14626206.
HSL color Cylindrical-coordinate representation of color #9E2DDF: hue angle of 278.09º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E2DDF is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 45 | 223 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.13 |
| HSL | 278.09º | 0.74% | 0.53% | - |
| HSV(B) | 278.09º | 0.8% | 0.87% | - |
| XYZ | 28.36 | 14.47 | 71.11 | - |
| YUV | 99.08 | 197.94 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 223 | 0.29 | 0.80 | 0 | 0.13 | 278.09 | 0.74 | 0.53 |
| Hex | 9E | 2D | DF | 1D | 50 | 0 | D | 116 | 4A | 35 |
| Octal | 236 | 55 | 337 | 35 | 120 | 0 | 15 | 426 | 112 | 65 |
| Binary | 10011110 | 101101 | 11011111 | 11101 | 1010000 | 0 | 1101 | 100010110 | 1001010 | 110101 |
Color Harmonies of #9E2DDF
Complementary color
Monochromatic Colors of #9E2DDF
Black with #9E2DDF
Text Example
Text Example
White with #9E2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2DDF; }
p { color: rgb(158,45,223); }
H1.HeaderClassName
{
color: #9E2DDF;
}
.AnyTagClassName
{
color: #9E2DDF;
}
</style>
background-color css
<style>
a { background-color: #9E2DDF; }
a { background-color: rgb(158,45,223); }
div.DivClassName
{
background-color: #9E2DDF;
}
.BgClassName
{
background-color: #9E2DDF;
}
</style>
border-color css
<style>
span { border-color: #9E2DDF; }
span { border-color: rgb(158,45,223); }
td.TdClassName
{
border-color: #9E2DDF;
}
.TagClassName
{
border-color: #9E2DDF;
}
</style>