Shades of Dark Violet #950AAF
Tints of Dark Violet #950AAF
RGB
CMYK
RGB Variations
Color information
#950AAF (or 0x950AAF) is known color: Dark Violet. HEX triplet: 95, 0A and AF. RGB value is (149,10,175). Sum of RGB (Red+Green+Blue) = 149+10+175=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #950AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950AAF is #6AF550. Grayscale: #454545. Windows color (decimal): -7009617 or 11471509. OLE color: 11471509.
HSL color Cylindrical-coordinate representation of color #950AAF: hue angle of 290.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950AAF is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 10 | 175 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.31 |
| HSL | 290.55º | 0.89% | 0.36% | - |
| HSV(B) | 290.55º | 0.94% | 0.69% | - |
| XYZ | 20.24 | 9.7 | 41.36 | - |
| YUV | 70.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 175 | 0.15 | 0.94 | 0 | 0.31 | 290.55 | 0.89 | 0.36 |
| Hex | 95 | A | AF | F | 5E | 0 | 1F | 123 | 59 | 24 |
| Octal | 225 | 12 | 257 | 17 | 136 | 0 | 37 | 443 | 131 | 44 |
| Binary | 10010101 | 1010 | 10101111 | 1111 | 1011110 | 0 | 11111 | 100100011 | 1011001 | 100100 |
Color Harmonies of #950AAF
Complementary color
Monochromatic Colors of #950AAF
Black with #950AAF
Text Example
Text Example
White with #950AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950AAF; }
p { color: rgb(149,10,175); }
H1.HeaderClassName
{
color: #950AAF;
}
.AnyTagClassName
{
color: #950AAF;
}
</style>
background-color css
<style>
a { background-color: #950AAF; }
a { background-color: rgb(149,10,175); }
div.DivClassName
{
background-color: #950AAF;
}
.BgClassName
{
background-color: #950AAF;
}
</style>
border-color css
<style>
span { border-color: #950AAF; }
span { border-color: rgb(149,10,175); }
td.TdClassName
{
border-color: #950AAF;
}
.TagClassName
{
border-color: #950AAF;
}
</style>