Shades of Vivid Violet #972CA2
Tints of Vivid Violet #972CA2
RGB
CMYK
RGB Variations
Color information
#972CA2 (or 0x972CA2) is known color: Vivid Violet. HEX triplet: 97, 2C and A2. RGB value is (151,44,162). Sum of RGB (Red+Green+Blue) = 151+44+162=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 162 - color contains mainly: blue. Hex color #972CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972CA2 is #68D35D. Grayscale: #595959. Windows color (decimal): -6869854 or 10628247. OLE color: 10628247.
HSL color Cylindrical-coordinate representation of color #972CA2: hue angle of 294.41º degrees, saturation: 0.57, 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 #972CA2 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 44 | 162 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.36 |
| HSL | 294.41º | 0.57% | 0.4% | - |
| HSV(B) | 294.41º | 0.73% | 0.64% | - |
| XYZ | 20.18 | 10.99 | 35.24 | - |
| YUV | 89.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 162 | 0.07 | 0.73 | 0 | 0.36 | 294.41 | 0.57 | 0.4 |
| Hex | 97 | 2C | A2 | 7 | 49 | 0 | 24 | 126 | 39 | 28 |
| Octal | 227 | 54 | 242 | 7 | 111 | 0 | 44 | 446 | 71 | 50 |
| Binary | 10010111 | 101100 | 10100010 | 111 | 1001001 | 0 | 100100 | 100100110 | 111001 | 101000 |
Color Harmonies of #972CA2
Complementary color
Monochromatic Colors of #972CA2
Black with #972CA2
Text Example
Text Example
White with #972CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CA2; }
p { color: rgb(151,44,162); }
H1.HeaderClassName
{
color: #972CA2;
}
.AnyTagClassName
{
color: #972CA2;
}
</style>
background-color css
<style>
a { background-color: #972CA2; }
a { background-color: rgb(151,44,162); }
div.DivClassName
{
background-color: #972CA2;
}
.BgClassName
{
background-color: #972CA2;
}
</style>
border-color css
<style>
span { border-color: #972CA2; }
span { border-color: rgb(151,44,162); }
td.TdClassName
{
border-color: #972CA2;
}
.TagClassName
{
border-color: #972CA2;
}
</style>