Shades of Dark Orchid #9E3BE0
Tints of Dark Orchid #9E3BE0
RGB
CMYK
RGB Variations
Color information
#9E3BE0 (or 0x9E3BE0) is known color: Dark Orchid. HEX triplet: 9E, 3B and E0. RGB value is (158,59,224). Sum of RGB (Red+Green+Blue) = 158+59+224=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E3BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3BE0 is #61C41F. Grayscale: #6A6A6A. Windows color (decimal): -6407200 or 14695326. OLE color: 14695326.
HSL color Cylindrical-coordinate representation of color #9E3BE0: hue angle of 276º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E3BE0 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 59 | 224 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.12 |
| HSL | 276º | 0.73% | 0.55% | - |
| HSV(B) | 276º | 0.74% | 0.88% | - |
| XYZ | 29.12 | 15.78 | 72.03 | - |
| YUV | 107.41 | 193.8 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 59 | 224 | 0.29 | 0.74 | 0 | 0.12 | 276 | 0.73 | 0.55 |
| Hex | 9E | 3B | E0 | 1D | 4A | 0 | C | 114 | 49 | 37 |
| Octal | 236 | 73 | 340 | 35 | 112 | 0 | 14 | 424 | 111 | 67 |
| Binary | 10011110 | 111011 | 11100000 | 11101 | 1001010 | 0 | 1100 | 100010100 | 1001001 | 110111 |
Color Harmonies of #9E3BE0
Complementary color
Monochromatic Colors of #9E3BE0
Black with #9E3BE0
Text Example
Text Example
White with #9E3BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3BE0; }
p { color: rgb(158,59,224); }
H1.HeaderClassName
{
color: #9E3BE0;
}
.AnyTagClassName
{
color: #9E3BE0;
}
</style>
background-color css
<style>
a { background-color: #9E3BE0; }
a { background-color: rgb(158,59,224); }
div.DivClassName
{
background-color: #9E3BE0;
}
.BgClassName
{
background-color: #9E3BE0;
}
</style>
border-color css
<style>
span { border-color: #9E3BE0; }
span { border-color: rgb(158,59,224); }
td.TdClassName
{
border-color: #9E3BE0;
}
.TagClassName
{
border-color: #9E3BE0;
}
</style>