Shades of Dark Violet #9504BA
Tints of Dark Violet #9504BA
RGB
CMYK
RGB Variations
Color information
#9504BA (or 0x9504BA) is known color: Dark Violet. HEX triplet: 95, 04 and BA. RGB value is (149,4,186). Sum of RGB (Red+Green+Blue) = 149+4+186=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #9504BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9504BA is #6AFB45. Grayscale: #434343. Windows color (decimal): -7011142 or 12190869. OLE color: 12190869.
HSL color Cylindrical-coordinate representation of color #9504BA: hue angle of 287.8º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9504BA is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 4 | 186 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.27 |
| HSL | 287.8º | 0.96% | 0.37% | - |
| HSV(B) | 287.8º | 0.98% | 0.73% | - |
| XYZ | 21.3 | 10.02 | 47.27 | - |
| YUV | 68.1 | 194.54 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 186 | 0.20 | 0.98 | 0 | 0.27 | 287.8 | 0.96 | 0.37 |
| Hex | 95 | 4 | BA | 14 | 62 | 0 | 1B | 120 | 60 | 25 |
| Octal | 225 | 4 | 272 | 24 | 142 | 0 | 33 | 440 | 140 | 45 |
| Binary | 10010101 | 100 | 10111010 | 10100 | 1100010 | 0 | 11011 | 100100000 | 1100000 | 100101 |
Color Harmonies of #9504BA
Complementary color
Monochromatic Colors of #9504BA
Black with #9504BA
Text Example
Text Example
White with #9504BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9504BA; }
p { color: rgb(149,4,186); }
H1.HeaderClassName
{
color: #9504BA;
}
.AnyTagClassName
{
color: #9504BA;
}
</style>
background-color css
<style>
a { background-color: #9504BA; }
a { background-color: rgb(149,4,186); }
div.DivClassName
{
background-color: #9504BA;
}
.BgClassName
{
background-color: #9504BA;
}
</style>
border-color css
<style>
span { border-color: #9504BA; }
span { border-color: rgb(149,4,186); }
td.TdClassName
{
border-color: #9504BA;
}
.TagClassName
{
border-color: #9504BA;
}
</style>