Shades of Dark Violet #9511BA
Tints of Dark Violet #9511BA
RGB
CMYK
RGB Variations
Color information
#9511BA (or 0x9511BA) is known color: Dark Violet. HEX triplet: 95, 11 and BA. RGB value is (149,17,186). Sum of RGB (Red+Green+Blue) = 149+17+186=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #9511BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9511BA is #6AEE45. Grayscale: #4B4B4B. Windows color (decimal): -7007814 or 12194197. OLE color: 12194197.
HSL color Cylindrical-coordinate representation of color #9511BA: hue angle of 286.86º 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 #9511BA is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 17 | 186 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.27 |
| HSL | 286.86º | 0.83% | 0.4% | - |
| HSV(B) | 286.86º | 0.91% | 0.73% | - |
| XYZ | 21.46 | 10.34 | 47.32 | - |
| YUV | 75.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 186 | 0.20 | 0.91 | 0 | 0.27 | 286.86 | 0.83 | 0.4 |
| Hex | 95 | 11 | BA | 14 | 5B | 0 | 1B | 11F | 53 | 28 |
| Octal | 225 | 21 | 272 | 24 | 133 | 0 | 33 | 437 | 123 | 50 |
| Binary | 10010101 | 10001 | 10111010 | 10100 | 1011011 | 0 | 11011 | 100011111 | 1010011 | 101000 |
Color Harmonies of #9511BA
Complementary color
Monochromatic Colors of #9511BA
Black with #9511BA
Text Example
Text Example
White with #9511BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9511BA; }
p { color: rgb(149,17,186); }
H1.HeaderClassName
{
color: #9511BA;
}
.AnyTagClassName
{
color: #9511BA;
}
</style>
background-color css
<style>
a { background-color: #9511BA; }
a { background-color: rgb(149,17,186); }
div.DivClassName
{
background-color: #9511BA;
}
.BgClassName
{
background-color: #9511BA;
}
</style>
border-color css
<style>
span { border-color: #9511BA; }
span { border-color: rgb(149,17,186); }
td.TdClassName
{
border-color: #9511BA;
}
.TagClassName
{
border-color: #9511BA;
}
</style>