Shades of Dark Orchid #9E3CBA
Tints of Dark Orchid #9E3CBA
RGB
CMYK
RGB Variations
Color information
#9E3CBA (or 0x9E3CBA) is known color: Dark Orchid. HEX triplet: 9E, 3C and BA. RGB value is (158,60,186). Sum of RGB (Red+Green+Blue) = 158+60+186=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E3CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3CBA is #61C345. Grayscale: #676767. Windows color (decimal): -6406982 or 12205214. OLE color: 12205214.
HSL color Cylindrical-coordinate representation of color #9E3CBA: hue angle of 286.67º 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 #9E3CBA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 60 | 186 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.27 |
| HSL | 286.67º | 0.51% | 0.48% | - |
| HSV(B) | 286.67º | 0.68% | 0.73% | - |
| XYZ | 24.58 | 14.05 | 47.87 | - |
| YUV | 103.67 | 174.47 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 186 | 0.15 | 0.68 | 0 | 0.27 | 286.67 | 0.51 | 0.48 |
| Hex | 9E | 3C | BA | F | 44 | 0 | 1B | 11F | 33 | 30 |
| Octal | 236 | 74 | 272 | 17 | 104 | 0 | 33 | 437 | 63 | 60 |
| Binary | 10011110 | 111100 | 10111010 | 1111 | 1000100 | 0 | 11011 | 100011111 | 110011 | 110000 |
Color Harmonies of #9E3CBA
Complementary color
Monochromatic Colors of #9E3CBA
Black with #9E3CBA
Text Example
Text Example
White with #9E3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3CBA; }
p { color: rgb(158,60,186); }
H1.HeaderClassName
{
color: #9E3CBA;
}
.AnyTagClassName
{
color: #9E3CBA;
}
</style>
background-color css
<style>
a { background-color: #9E3CBA; }
a { background-color: rgb(158,60,186); }
div.DivClassName
{
background-color: #9E3CBA;
}
.BgClassName
{
background-color: #9E3CBA;
}
</style>
border-color css
<style>
span { border-color: #9E3CBA; }
span { border-color: rgb(158,60,186); }
td.TdClassName
{
border-color: #9E3CBA;
}
.TagClassName
{
border-color: #9E3CBA;
}
</style>