Shades of Vivid Violet #972FA1
Tints of Vivid Violet #972FA1
RGB
CMYK
RGB Variations
Color information
#972FA1 (or 0x972FA1) is known color: Vivid Violet. HEX triplet: 97, 2F and A1. RGB value is (151,47,161). Sum of RGB (Red+Green+Blue) = 151+47+161=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 161 - color contains mainly: blue. Hex color #972FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972FA1 is #68D05E. Grayscale: #5A5A5A. Windows color (decimal): -6869087 or 10563479. OLE color: 10563479.
HSL color Cylindrical-coordinate representation of color #972FA1: hue angle of 294.74º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972FA1 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 47 | 161 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.37 |
| HSL | 294.74º | 0.55% | 0.41% | - |
| HSV(B) | 294.74º | 0.71% | 0.63% | - |
| XYZ | 20.21 | 11.19 | 34.81 | - |
| YUV | 91.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 161 | 0.06 | 0.71 | 0 | 0.37 | 294.74 | 0.55 | 0.41 |
| Hex | 97 | 2F | A1 | 6 | 47 | 0 | 25 | 127 | 37 | 29 |
| Octal | 227 | 57 | 241 | 6 | 107 | 0 | 45 | 447 | 67 | 51 |
| Binary | 10010111 | 101111 | 10100001 | 110 | 1000111 | 0 | 100101 | 100100111 | 110111 | 101001 |
Color Harmonies of #972FA1
Complementary color
Monochromatic Colors of #972FA1
Black with #972FA1
Text Example
Text Example
White with #972FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972FA1; }
p { color: rgb(151,47,161); }
H1.HeaderClassName
{
color: #972FA1;
}
.AnyTagClassName
{
color: #972FA1;
}
</style>
background-color css
<style>
a { background-color: #972FA1; }
a { background-color: rgb(151,47,161); }
div.DivClassName
{
background-color: #972FA1;
}
.BgClassName
{
background-color: #972FA1;
}
</style>
border-color css
<style>
span { border-color: #972FA1; }
span { border-color: rgb(151,47,161); }
td.TdClassName
{
border-color: #972FA1;
}
.TagClassName
{
border-color: #972FA1;
}
</style>