Shades of Dark Orchid #9E2EBA
Tints of Dark Orchid #9E2EBA
RGB
CMYK
RGB Variations
Color information
#9E2EBA (or 0x9E2EBA) is known color: Dark Orchid. HEX triplet: 9E, 2E and BA. RGB value is (158,46,186). Sum of RGB (Red+Green+Blue) = 158+46+186=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E2EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2EBA is #61D145. Grayscale: #5F5F5F. Windows color (decimal): -6410566 or 12201630. OLE color: 12201630.
HSL color Cylindrical-coordinate representation of color #9E2EBA: hue angle of 288º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2EBA is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 46 | 186 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.27 |
| HSL | 288º | 0.6% | 0.45% | - |
| HSV(B) | 288º | 0.75% | 0.73% | - |
| XYZ | 23.94 | 12.77 | 47.66 | - |
| YUV | 95.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 186 | 0.15 | 0.75 | 0 | 0.27 | 288 | 0.6 | 0.45 |
| Hex | 9E | 2E | BA | F | 4B | 0 | 1B | 120 | 3C | 2D |
| Octal | 236 | 56 | 272 | 17 | 113 | 0 | 33 | 440 | 74 | 55 |
| Binary | 10011110 | 101110 | 10111010 | 1111 | 1001011 | 0 | 11011 | 100100000 | 111100 | 101101 |
Color Harmonies of #9E2EBA
Complementary color
Monochromatic Colors of #9E2EBA
Black with #9E2EBA
Text Example
Text Example
White with #9E2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2EBA; }
p { color: rgb(158,46,186); }
H1.HeaderClassName
{
color: #9E2EBA;
}
.AnyTagClassName
{
color: #9E2EBA;
}
</style>
background-color css
<style>
a { background-color: #9E2EBA; }
a { background-color: rgb(158,46,186); }
div.DivClassName
{
background-color: #9E2EBA;
}
.BgClassName
{
background-color: #9E2EBA;
}
</style>
border-color css
<style>
span { border-color: #9E2EBA; }
span { border-color: rgb(158,46,186); }
td.TdClassName
{
border-color: #9E2EBA;
}
.TagClassName
{
border-color: #9E2EBA;
}
</style>