Shades of Dark Violet #9515BA
Tints of Dark Violet #9515BA
RGB
CMYK
RGB Variations
Color information
#9515BA (or 0x9515BA) is known color: Dark Violet. HEX triplet: 95, 15 and BA. RGB value is (149,21,186). Sum of RGB (Red+Green+Blue) = 149+21+186=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #9515BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9515BA is #6AEA45. Grayscale: #4D4D4D. Windows color (decimal): -7006790 or 12195221. OLE color: 12195221.
HSL color Cylindrical-coordinate representation of color #9515BA: hue angle of 286.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9515BA is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 21 | 186 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.27 |
| HSL | 286.55º | 0.8% | 0.41% | - |
| HSV(B) | 286.55º | 0.89% | 0.73% | - |
| XYZ | 21.53 | 10.47 | 47.34 | - |
| YUV | 78.08 | 188.91 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 186 | 0.20 | 0.89 | 0 | 0.27 | 286.55 | 0.8 | 0.41 |
| Hex | 95 | 15 | BA | 14 | 59 | 0 | 1B | 11F | 50 | 29 |
| Octal | 225 | 25 | 272 | 24 | 131 | 0 | 33 | 437 | 120 | 51 |
| Binary | 10010101 | 10101 | 10111010 | 10100 | 1011001 | 0 | 11011 | 100011111 | 1010000 | 101001 |
Color Harmonies of #9515BA
Complementary color
Monochromatic Colors of #9515BA
Black with #9515BA
Text Example
Text Example
White with #9515BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9515BA; }
p { color: rgb(149,21,186); }
H1.HeaderClassName
{
color: #9515BA;
}
.AnyTagClassName
{
color: #9515BA;
}
</style>
background-color css
<style>
a { background-color: #9515BA; }
a { background-color: rgb(149,21,186); }
div.DivClassName
{
background-color: #9515BA;
}
.BgClassName
{
background-color: #9515BA;
}
</style>
border-color css
<style>
span { border-color: #9515BA; }
span { border-color: rgb(149,21,186); }
td.TdClassName
{
border-color: #9515BA;
}
.TagClassName
{
border-color: #9515BA;
}
</style>