Shades of Dark Violet #9D0BBA
Tints of Dark Violet #9D0BBA
RGB
CMYK
RGB Variations
Color information
#9D0BBA (or 0x9D0BBA) is known color: Dark Violet. HEX triplet: 9D, 0B and BA. RGB value is (157,11,186). Sum of RGB (Red+Green+Blue) = 157+11+186=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D0BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0BBA is #62F445. Grayscale: #4A4A4A. Windows color (decimal): -6485062 or 12192669. OLE color: 12192669.
HSL color Cylindrical-coordinate representation of color #9D0BBA: hue angle of 290.06º 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 #9D0BBA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 11 | 186 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.27 |
| HSL | 290.06º | 0.89% | 0.39% | - |
| HSV(B) | 290.06º | 0.94% | 0.73% | - |
| XYZ | 22.89 | 10.95 | 47.36 | - |
| YUV | 74.6 | 190.87 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 186 | 0.16 | 0.94 | 0 | 0.27 | 290.06 | 0.89 | 0.39 |
| Hex | 9D | B | BA | 10 | 5E | 0 | 1B | 122 | 59 | 27 |
| Octal | 235 | 13 | 272 | 20 | 136 | 0 | 33 | 442 | 131 | 47 |
| Binary | 10011101 | 1011 | 10111010 | 10000 | 1011110 | 0 | 11011 | 100100010 | 1011001 | 100111 |
Color Harmonies of #9D0BBA
Complementary color
Monochromatic Colors of #9D0BBA
Black with #9D0BBA
Text Example
Text Example
White with #9D0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0BBA; }
p { color: rgb(157,11,186); }
H1.HeaderClassName
{
color: #9D0BBA;
}
.AnyTagClassName
{
color: #9D0BBA;
}
</style>
background-color css
<style>
a { background-color: #9D0BBA; }
a { background-color: rgb(157,11,186); }
div.DivClassName
{
background-color: #9D0BBA;
}
.BgClassName
{
background-color: #9D0BBA;
}
</style>
border-color css
<style>
span { border-color: #9D0BBA; }
span { border-color: rgb(157,11,186); }
td.TdClassName
{
border-color: #9D0BBA;
}
.TagClassName
{
border-color: #9D0BBA;
}
</style>