Shades of Dark Orchid #9E3CB9
Tints of Dark Orchid #9E3CB9
RGB
CMYK
RGB Variations
Color information
#9E3CB9 (or 0x9E3CB9) is known color: Dark Orchid. HEX triplet: 9E, 3C and B9. RGB value is (158,60,185). Sum of RGB (Red+Green+Blue) = 158+60+185=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #9E3CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3CB9 is #61C346. Grayscale: #676767. Windows color (decimal): -6406983 or 12139678. OLE color: 12139678.
HSL color Cylindrical-coordinate representation of color #9E3CB9: hue angle of 287.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3CB9 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 60 | 185 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.27 |
| HSL | 287.04º | 0.51% | 0.48% | - |
| HSV(B) | 287.04º | 0.68% | 0.73% | - |
| XYZ | 24.47 | 14 | 47.31 | - |
| YUV | 103.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 185 | 0.15 | 0.68 | 0 | 0.27 | 287.04 | 0.51 | 0.48 |
| Hex | 9E | 3C | B9 | F | 44 | 0 | 1B | 11F | 33 | 30 |
| Octal | 236 | 74 | 271 | 17 | 104 | 0 | 33 | 437 | 63 | 60 |
| Binary | 10011110 | 111100 | 10111001 | 1111 | 1000100 | 0 | 11011 | 100011111 | 110011 | 110000 |
Color Harmonies of #9E3CB9
Complementary color
Monochromatic Colors of #9E3CB9
Black with #9E3CB9
Text Example
Text Example
White with #9E3CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3CB9; }
p { color: rgb(158,60,185); }
H1.HeaderClassName
{
color: #9E3CB9;
}
.AnyTagClassName
{
color: #9E3CB9;
}
</style>
background-color css
<style>
a { background-color: #9E3CB9; }
a { background-color: rgb(158,60,185); }
div.DivClassName
{
background-color: #9E3CB9;
}
.BgClassName
{
background-color: #9E3CB9;
}
</style>
border-color css
<style>
span { border-color: #9E3CB9; }
span { border-color: rgb(158,60,185); }
td.TdClassName
{
border-color: #9E3CB9;
}
.TagClassName
{
border-color: #9E3CB9;
}
</style>