Shades of Dark Violet #9E0BBA
Tints of Dark Violet #9E0BBA
RGB
CMYK
RGB Variations
Color information
#9E0BBA (or 0x9E0BBA) is known color: Dark Violet. HEX triplet: 9E, 0B and BA. RGB value is (158,11,186). Sum of RGB (Red+Green+Blue) = 158+11+186=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E0BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0BBA is #61F445. Grayscale: #4A4A4A. Windows color (decimal): -6419526 or 12192670. OLE color: 12192670.
HSL color Cylindrical-coordinate representation of color #9E0BBA: hue angle of 290.4º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0BBA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 11 | 186 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.27 |
| HSL | 290.4º | 0.89% | 0.39% | - |
| HSV(B) | 290.4º | 0.94% | 0.73% | - |
| XYZ | 23.08 | 11.05 | 47.37 | - |
| YUV | 74.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 11 | 186 | 0.15 | 0.94 | 0 | 0.27 | 290.4 | 0.89 | 0.39 |
| Hex | 9E | B | BA | F | 5E | 0 | 1B | 122 | 59 | 27 |
| Octal | 236 | 13 | 272 | 17 | 136 | 0 | 33 | 442 | 131 | 47 |
| Binary | 10011110 | 1011 | 10111010 | 1111 | 1011110 | 0 | 11011 | 100100010 | 1011001 | 100111 |
Color Harmonies of #9E0BBA
Complementary color
Monochromatic Colors of #9E0BBA
Black with #9E0BBA
Text Example
Text Example
White with #9E0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0BBA; }
p { color: rgb(158,11,186); }
H1.HeaderClassName
{
color: #9E0BBA;
}
.AnyTagClassName
{
color: #9E0BBA;
}
</style>
background-color css
<style>
a { background-color: #9E0BBA; }
a { background-color: rgb(158,11,186); }
div.DivClassName
{
background-color: #9E0BBA;
}
.BgClassName
{
background-color: #9E0BBA;
}
</style>
border-color css
<style>
span { border-color: #9E0BBA; }
span { border-color: rgb(158,11,186); }
td.TdClassName
{
border-color: #9E0BBA;
}
.TagClassName
{
border-color: #9E0BBA;
}
</style>