Shades of Dark Violet #970AAF
Tints of Dark Violet #970AAF
RGB
CMYK
RGB Variations
Color information
#970AAF (or 0x970AAF) is known color: Dark Violet. HEX triplet: 97, 0A and AF. RGB value is (151,10,175). Sum of RGB (Red+Green+Blue) = 151+10+175=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #970AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970AAF is #68F550. Grayscale: #464646. Windows color (decimal): -6878545 or 11471511. OLE color: 11471511.
HSL color Cylindrical-coordinate representation of color #970AAF: hue angle of 291.27º 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 #970AAF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 10 | 175 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.31 |
| HSL | 291.27º | 0.89% | 0.36% | - |
| HSV(B) | 291.27º | 0.94% | 0.69% | - |
| XYZ | 20.61 | 9.89 | 41.38 | - |
| YUV | 70.97 | 186.71 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 175 | 0.14 | 0.94 | 0 | 0.31 | 291.27 | 0.89 | 0.36 |
| Hex | 97 | A | AF | E | 5E | 0 | 1F | 123 | 59 | 24 |
| Octal | 227 | 12 | 257 | 16 | 136 | 0 | 37 | 443 | 131 | 44 |
| Binary | 10010111 | 1010 | 10101111 | 1110 | 1011110 | 0 | 11111 | 100100011 | 1011001 | 100100 |
Color Harmonies of #970AAF
Complementary color
Monochromatic Colors of #970AAF
Black with #970AAF
Text Example
Text Example
White with #970AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970AAF; }
p { color: rgb(151,10,175); }
H1.HeaderClassName
{
color: #970AAF;
}
.AnyTagClassName
{
color: #970AAF;
}
</style>
background-color css
<style>
a { background-color: #970AAF; }
a { background-color: rgb(151,10,175); }
div.DivClassName
{
background-color: #970AAF;
}
.BgClassName
{
background-color: #970AAF;
}
</style>
border-color css
<style>
span { border-color: #970AAF; }
span { border-color: rgb(151,10,175); }
td.TdClassName
{
border-color: #970AAF;
}
.TagClassName
{
border-color: #970AAF;
}
</style>