Shades of Dark Orchid #9E2BCE
Tints of Dark Orchid #9E2BCE
RGB
CMYK
RGB Variations
Color information
#9E2BCE (or 0x9E2BCE) is known color: Dark Orchid. HEX triplet: 9E, 2B and CE. RGB value is (158,43,206). Sum of RGB (Red+Green+Blue) = 158+43+206=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E2BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BCE is #61D431. Grayscale: #5F5F5F. Windows color (decimal): -6411314 or 13511582. OLE color: 13511582.
HSL color Cylindrical-coordinate representation of color #9E2BCE: hue angle of 282.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E2BCE is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 43 | 206 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.19 |
| HSL | 282.33º | 0.65% | 0.49% | - |
| HSV(B) | 282.33º | 0.79% | 0.81% | - |
| XYZ | 26.11 | 13.45 | 59.61 | - |
| YUV | 95.97 | 190.1 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 206 | 0.23 | 0.79 | 0 | 0.19 | 282.33 | 0.65 | 0.49 |
| Hex | 9E | 2B | CE | 17 | 4F | 0 | 13 | 11A | 41 | 31 |
| Octal | 236 | 53 | 316 | 27 | 117 | 0 | 23 | 432 | 101 | 61 |
| Binary | 10011110 | 101011 | 11001110 | 10111 | 1001111 | 0 | 10011 | 100011010 | 1000001 | 110001 |
Color Harmonies of #9E2BCE
Complementary color
Monochromatic Colors of #9E2BCE
Black with #9E2BCE
Text Example
Text Example
White with #9E2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BCE; }
p { color: rgb(158,43,206); }
H1.HeaderClassName
{
color: #9E2BCE;
}
.AnyTagClassName
{
color: #9E2BCE;
}
</style>
background-color css
<style>
a { background-color: #9E2BCE; }
a { background-color: rgb(158,43,206); }
div.DivClassName
{
background-color: #9E2BCE;
}
.BgClassName
{
background-color: #9E2BCE;
}
</style>
border-color css
<style>
span { border-color: #9E2BCE; }
span { border-color: rgb(158,43,206); }
td.TdClassName
{
border-color: #9E2BCE;
}
.TagClassName
{
border-color: #9E2BCE;
}
</style>