Shades of Vivid Violet #972AAA
Tints of Vivid Violet #972AAA
RGB
CMYK
RGB Variations
Color information
#972AAA (or 0x972AAA) is known color: Vivid Violet. HEX triplet: 97, 2A and AA. RGB value is (151,42,170). Sum of RGB (Red+Green+Blue) = 151+42+170=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #972AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972AAA is #68D555. Grayscale: #585858. Windows color (decimal): -6870358 or 11152023. OLE color: 11152023.
HSL color Cylindrical-coordinate representation of color #972AAA: hue angle of 291.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972AAA is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 42 | 170 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.33 |
| HSL | 291.09º | 0.6% | 0.42% | - |
| HSV(B) | 291.09º | 0.75% | 0.67% | - |
| XYZ | 20.85 | 11.14 | 39.08 | - |
| YUV | 89.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 170 | 0.11 | 0.75 | 0 | 0.33 | 291.09 | 0.6 | 0.42 |
| Hex | 97 | 2A | AA | B | 4B | 0 | 21 | 123 | 3C | 2A |
| Octal | 227 | 52 | 252 | 13 | 113 | 0 | 41 | 443 | 74 | 52 |
| Binary | 10010111 | 101010 | 10101010 | 1011 | 1001011 | 0 | 100001 | 100100011 | 111100 | 101010 |
Color Harmonies of #972AAA
Complementary color
Monochromatic Colors of #972AAA
Black with #972AAA
Text Example
Text Example
White with #972AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972AAA; }
p { color: rgb(151,42,170); }
H1.HeaderClassName
{
color: #972AAA;
}
.AnyTagClassName
{
color: #972AAA;
}
</style>
background-color css
<style>
a { background-color: #972AAA; }
a { background-color: rgb(151,42,170); }
div.DivClassName
{
background-color: #972AAA;
}
.BgClassName
{
background-color: #972AAA;
}
</style>
border-color css
<style>
span { border-color: #972AAA; }
span { border-color: rgb(151,42,170); }
td.TdClassName
{
border-color: #972AAA;
}
.TagClassName
{
border-color: #972AAA;
}
</style>