Shades of Dark Orchid #9E19BA
Tints of Dark Orchid #9E19BA
RGB
CMYK
RGB Variations
Color information
#9E19BA (or 0x9E19BA) is known color: Dark Orchid. HEX triplet: 9E, 19 and BA. RGB value is (158,25,186). Sum of RGB (Red+Green+Blue) = 158+25+186=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E19BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E19BA is #61E645. Grayscale: #525252. Windows color (decimal): -6415942 or 12196254. OLE color: 12196254.
HSL color Cylindrical-coordinate representation of color #9E19BA: hue angle of 289.57º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E19BA is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 25 | 186 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.27 |
| HSL | 289.57º | 0.76% | 0.41% | - |
| HSV(B) | 289.57º | 0.87% | 0.73% | - |
| XYZ | 23.31 | 11.51 | 47.45 | - |
| YUV | 83.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 186 | 0.15 | 0.87 | 0 | 0.27 | 289.57 | 0.76 | 0.41 |
| Hex | 9E | 19 | BA | F | 57 | 0 | 1B | 122 | 4C | 29 |
| Octal | 236 | 31 | 272 | 17 | 127 | 0 | 33 | 442 | 114 | 51 |
| Binary | 10011110 | 11001 | 10111010 | 1111 | 1010111 | 0 | 11011 | 100100010 | 1001100 | 101001 |
Color Harmonies of #9E19BA
Complementary color
Monochromatic Colors of #9E19BA
Black with #9E19BA
Text Example
Text Example
White with #9E19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E19BA; }
p { color: rgb(158,25,186); }
H1.HeaderClassName
{
color: #9E19BA;
}
.AnyTagClassName
{
color: #9E19BA;
}
</style>
background-color css
<style>
a { background-color: #9E19BA; }
a { background-color: rgb(158,25,186); }
div.DivClassName
{
background-color: #9E19BA;
}
.BgClassName
{
background-color: #9E19BA;
}
</style>
border-color css
<style>
span { border-color: #9E19BA; }
span { border-color: rgb(158,25,186); }
td.TdClassName
{
border-color: #9E19BA;
}
.TagClassName
{
border-color: #9E19BA;
}
</style>