Shades of Dark Violet #9D11BA
Tints of Dark Violet #9D11BA
RGB
CMYK
RGB Variations
Color information
#9D11BA (or 0x9D11BA) is known color: Dark Violet. HEX triplet: 9D, 11 and BA. RGB value is (157,17,186). Sum of RGB (Red+Green+Blue) = 157+17+186=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D11BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D11BA is #62EE45. Grayscale: #4D4D4D. Windows color (decimal): -6483526 or 12194205. OLE color: 12194205.
HSL color Cylindrical-coordinate representation of color #9D11BA: hue angle of 289.7º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D11BA is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 17 | 186 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.27 |
| HSL | 289.7º | 0.83% | 0.4% | - |
| HSV(B) | 289.7º | 0.91% | 0.73% | - |
| XYZ | 22.97 | 11.11 | 47.39 | - |
| YUV | 78.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 17 | 186 | 0.16 | 0.91 | 0 | 0.27 | 289.7 | 0.83 | 0.4 |
| Hex | 9D | 11 | BA | 10 | 5B | 0 | 1B | 122 | 53 | 28 |
| Octal | 235 | 21 | 272 | 20 | 133 | 0 | 33 | 442 | 123 | 50 |
| Binary | 10011101 | 10001 | 10111010 | 10000 | 1011011 | 0 | 11011 | 100100010 | 1010011 | 101000 |
Color Harmonies of #9D11BA
Complementary color
Monochromatic Colors of #9D11BA
Black with #9D11BA
Text Example
Text Example
White with #9D11BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D11BA; }
p { color: rgb(157,17,186); }
H1.HeaderClassName
{
color: #9D11BA;
}
.AnyTagClassName
{
color: #9D11BA;
}
</style>
background-color css
<style>
a { background-color: #9D11BA; }
a { background-color: rgb(157,17,186); }
div.DivClassName
{
background-color: #9D11BA;
}
.BgClassName
{
background-color: #9D11BA;
}
</style>
border-color css
<style>
span { border-color: #9D11BA; }
span { border-color: rgb(157,17,186); }
td.TdClassName
{
border-color: #9D11BA;
}
.TagClassName
{
border-color: #9D11BA;
}
</style>