Shades of Vivid Violet #972BA2
Tints of Vivid Violet #972BA2
RGB
CMYK
RGB Variations
Color information
#972BA2 (or 0x972BA2) is known color: Vivid Violet. HEX triplet: 97, 2B and A2. RGB value is (151,43,162). Sum of RGB (Red+Green+Blue) = 151+43+162=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 162 - color contains mainly: blue. Hex color #972BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972BA2 is #68D45D. Grayscale: #585858. Windows color (decimal): -6870110 or 10627991. OLE color: 10627991.
HSL color Cylindrical-coordinate representation of color #972BA2: hue angle of 294.45º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972BA2 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 43 | 162 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.36 |
| HSL | 294.45º | 0.58% | 0.4% | - |
| HSV(B) | 294.45º | 0.73% | 0.64% | - |
| XYZ | 20.15 | 10.92 | 35.23 | - |
| YUV | 88.86 | 169.28 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 162 | 0.07 | 0.73 | 0 | 0.36 | 294.45 | 0.58 | 0.4 |
| Hex | 97 | 2B | A2 | 7 | 49 | 0 | 24 | 126 | 3A | 28 |
| Octal | 227 | 53 | 242 | 7 | 111 | 0 | 44 | 446 | 72 | 50 |
| Binary | 10010111 | 101011 | 10100010 | 111 | 1001001 | 0 | 100100 | 100100110 | 111010 | 101000 |
Color Harmonies of #972BA2
Complementary color
Monochromatic Colors of #972BA2
Black with #972BA2
Text Example
Text Example
White with #972BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972BA2; }
p { color: rgb(151,43,162); }
H1.HeaderClassName
{
color: #972BA2;
}
.AnyTagClassName
{
color: #972BA2;
}
</style>
background-color css
<style>
a { background-color: #972BA2; }
a { background-color: rgb(151,43,162); }
div.DivClassName
{
background-color: #972BA2;
}
.BgClassName
{
background-color: #972BA2;
}
</style>
border-color css
<style>
span { border-color: #972BA2; }
span { border-color: rgb(151,43,162); }
td.TdClassName
{
border-color: #972BA2;
}
.TagClassName
{
border-color: #972BA2;
}
</style>