Shades of Dark Violet #9513BA
Tints of Dark Violet #9513BA
RGB
CMYK
RGB Variations
Color information
#9513BA (or 0x9513BA) is known color: Dark Violet. HEX triplet: 95, 13 and BA. RGB value is (149,19,186). Sum of RGB (Red+Green+Blue) = 149+19+186=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 19 (7.81% from 255 or 5.37% 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 #9513BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9513BA is #6AEC45. Grayscale: #4C4C4C. Windows color (decimal): -7007302 or 12194709. OLE color: 12194709.
HSL color Cylindrical-coordinate representation of color #9513BA: hue angle of 286.71º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9513BA is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 19 | 186 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.27 |
| HSL | 286.71º | 0.81% | 0.4% | - |
| HSV(B) | 286.71º | 0.9% | 0.73% | - |
| XYZ | 21.49 | 10.4 | 47.33 | - |
| YUV | 76.91 | 189.57 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 186 | 0.20 | 0.90 | 0 | 0.27 | 286.71 | 0.81 | 0.4 |
| Hex | 95 | 13 | BA | 14 | 5A | 0 | 1B | 11F | 51 | 28 |
| Octal | 225 | 23 | 272 | 24 | 132 | 0 | 33 | 437 | 121 | 50 |
| Binary | 10010101 | 10011 | 10111010 | 10100 | 1011010 | 0 | 11011 | 100011111 | 1010001 | 101000 |
Color Harmonies of #9513BA
Complementary color
Monochromatic Colors of #9513BA
Black with #9513BA
Text Example
Text Example
White with #9513BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9513BA; }
p { color: rgb(149,19,186); }
H1.HeaderClassName
{
color: #9513BA;
}
.AnyTagClassName
{
color: #9513BA;
}
</style>
background-color css
<style>
a { background-color: #9513BA; }
a { background-color: rgb(149,19,186); }
div.DivClassName
{
background-color: #9513BA;
}
.BgClassName
{
background-color: #9513BA;
}
</style>
border-color css
<style>
span { border-color: #9513BA; }
span { border-color: rgb(149,19,186); }
td.TdClassName
{
border-color: #9513BA;
}
.TagClassName
{
border-color: #9513BA;
}
</style>