Shades of Dark Orchid #9E3CBD
Tints of Dark Orchid #9E3CBD
RGB
CMYK
RGB Variations
Color information
#9E3CBD (or 0x9E3CBD) is known color: Dark Orchid. HEX triplet: 9E, 3C and BD. RGB value is (158,60,189). Sum of RGB (Red+Green+Blue) = 158+60+189=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E3CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3CBD is #61C342. Grayscale: #676767. Windows color (decimal): -6406979 or 12401822. OLE color: 12401822.
HSL color Cylindrical-coordinate representation of color #9E3CBD: hue angle of 285.58º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3CBD is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 60 | 189 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.26 |
| HSL | 285.58º | 0.52% | 0.49% | - |
| HSV(B) | 285.58º | 0.68% | 0.74% | - |
| XYZ | 24.9 | 14.17 | 49.57 | - |
| YUV | 104.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 189 | 0.16 | 0.68 | 0 | 0.26 | 285.58 | 0.52 | 0.49 |
| Hex | 9E | 3C | BD | 10 | 44 | 0 | 1A | 11E | 34 | 31 |
| Octal | 236 | 74 | 275 | 20 | 104 | 0 | 32 | 436 | 64 | 61 |
| Binary | 10011110 | 111100 | 10111101 | 10000 | 1000100 | 0 | 11010 | 100011110 | 110100 | 110001 |
Color Harmonies of #9E3CBD
Complementary color
Monochromatic Colors of #9E3CBD
Black with #9E3CBD
Text Example
Text Example
White with #9E3CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3CBD; }
p { color: rgb(158,60,189); }
H1.HeaderClassName
{
color: #9E3CBD;
}
.AnyTagClassName
{
color: #9E3CBD;
}
</style>
background-color css
<style>
a { background-color: #9E3CBD; }
a { background-color: rgb(158,60,189); }
div.DivClassName
{
background-color: #9E3CBD;
}
.BgClassName
{
background-color: #9E3CBD;
}
</style>
border-color css
<style>
span { border-color: #9E3CBD; }
span { border-color: rgb(158,60,189); }
td.TdClassName
{
border-color: #9E3CBD;
}
.TagClassName
{
border-color: #9E3CBD;
}
</style>