Shades of Dark Orchid #9E2DCB
Tints of Dark Orchid #9E2DCB
RGB
CMYK
RGB Variations
Color information
#9E2DCB (or 0x9E2DCB) is known color: Dark Orchid. HEX triplet: 9E, 2D and CB. RGB value is (158,45,203). Sum of RGB (Red+Green+Blue) = 158+45+203=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E2DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2DCB is #61D234. Grayscale: #606060. Windows color (decimal): -6410805 or 13315486. OLE color: 13315486.
HSL color Cylindrical-coordinate representation of color #9E2DCB: hue angle of 282.91º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E2DCB is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 45 | 203 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.20 |
| HSL | 282.91º | 0.64% | 0.49% | - |
| HSV(B) | 282.91º | 0.78% | 0.8% | - |
| XYZ | 25.82 | 13.46 | 57.74 | - |
| YUV | 96.8 | 187.94 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 203 | 0.22 | 0.78 | 0 | 0.20 | 282.91 | 0.64 | 0.49 |
| Hex | 9E | 2D | CB | 16 | 4E | 0 | 14 | 11B | 40 | 31 |
| Octal | 236 | 55 | 313 | 26 | 116 | 0 | 24 | 433 | 100 | 61 |
| Binary | 10011110 | 101101 | 11001011 | 10110 | 1001110 | 0 | 10100 | 100011011 | 1000000 | 110001 |
Color Harmonies of #9E2DCB
Complementary color
Monochromatic Colors of #9E2DCB
Black with #9E2DCB
Text Example
Text Example
White with #9E2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2DCB; }
p { color: rgb(158,45,203); }
H1.HeaderClassName
{
color: #9E2DCB;
}
.AnyTagClassName
{
color: #9E2DCB;
}
</style>
background-color css
<style>
a { background-color: #9E2DCB; }
a { background-color: rgb(158,45,203); }
div.DivClassName
{
background-color: #9E2DCB;
}
.BgClassName
{
background-color: #9E2DCB;
}
</style>
border-color css
<style>
span { border-color: #9E2DCB; }
span { border-color: rgb(158,45,203); }
td.TdClassName
{
border-color: #9E2DCB;
}
.TagClassName
{
border-color: #9E2DCB;
}
</style>