Shades of Dark Orchid #9E2DBA
Tints of Dark Orchid #9E2DBA
RGB
CMYK
RGB Variations
Color information
#9E2DBA (or 0x9E2DBA) is known color: Dark Orchid. HEX triplet: 9E, 2D and BA. RGB value is (158,45,186). Sum of RGB (Red+Green+Blue) = 158+45+186=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E2DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2DBA is #61D245. Grayscale: #5E5E5E. Windows color (decimal): -6410822 or 12201374. OLE color: 12201374.
HSL color Cylindrical-coordinate representation of color #9E2DBA: hue angle of 288.09º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E2DBA is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 45 | 186 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.27 |
| HSL | 288.09º | 0.61% | 0.45% | - |
| HSV(B) | 288.09º | 0.76% | 0.73% | - |
| XYZ | 23.9 | 12.69 | 47.64 | - |
| YUV | 94.86 | 179.44 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 186 | 0.15 | 0.76 | 0 | 0.27 | 288.09 | 0.61 | 0.45 |
| Hex | 9E | 2D | BA | F | 4C | 0 | 1B | 120 | 3D | 2D |
| Octal | 236 | 55 | 272 | 17 | 114 | 0 | 33 | 440 | 75 | 55 |
| Binary | 10011110 | 101101 | 10111010 | 1111 | 1001100 | 0 | 11011 | 100100000 | 111101 | 101101 |
Color Harmonies of #9E2DBA
Complementary color
Monochromatic Colors of #9E2DBA
Black with #9E2DBA
Text Example
Text Example
White with #9E2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2DBA; }
p { color: rgb(158,45,186); }
H1.HeaderClassName
{
color: #9E2DBA;
}
.AnyTagClassName
{
color: #9E2DBA;
}
</style>
background-color css
<style>
a { background-color: #9E2DBA; }
a { background-color: rgb(158,45,186); }
div.DivClassName
{
background-color: #9E2DBA;
}
.BgClassName
{
background-color: #9E2DBA;
}
</style>
border-color css
<style>
span { border-color: #9E2DBA; }
span { border-color: rgb(158,45,186); }
td.TdClassName
{
border-color: #9E2DBA;
}
.TagClassName
{
border-color: #9E2DBA;
}
</style>