Shades of Vivid Violet #972A9A
Tints of Vivid Violet #972A9A
RGB
CMYK
RGB Variations
Color information
#972A9A (or 0x972A9A) is known color: Vivid Violet. HEX triplet: 97, 2A and 9A. RGB value is (151,42,154). Sum of RGB (Red+Green+Blue) = 151+42+154=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #972A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972A9A is #68D565. Grayscale: #575757. Windows color (decimal): -6870374 or 10103447. OLE color: 10103447.
HSL color Cylindrical-coordinate representation of color #972A9A: hue angle of 298.39º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972A9A is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 42 | 154 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.40 |
| HSL | 298.39º | 0.57% | 0.38% | - |
| HSV(B) | 298.39º | 0.73% | 0.6% | - |
| XYZ | 19.42 | 10.57 | 31.59 | - |
| YUV | 87.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 154 | 0.02 | 0.73 | 0 | 0.40 | 298.39 | 0.57 | 0.38 |
| Hex | 97 | 2A | 9A | 2 | 49 | 0 | 28 | 12A | 39 | 26 |
| Octal | 227 | 52 | 232 | 2 | 111 | 0 | 50 | 452 | 71 | 46 |
| Binary | 10010111 | 101010 | 10011010 | 10 | 1001001 | 0 | 101000 | 100101010 | 111001 | 100110 |
Color Harmonies of #972A9A
Complementary color
Monochromatic Colors of #972A9A
Black with #972A9A
Text Example
Text Example
White with #972A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972A9A; }
p { color: rgb(151,42,154); }
H1.HeaderClassName
{
color: #972A9A;
}
.AnyTagClassName
{
color: #972A9A;
}
</style>
background-color css
<style>
a { background-color: #972A9A; }
a { background-color: rgb(151,42,154); }
div.DivClassName
{
background-color: #972A9A;
}
.BgClassName
{
background-color: #972A9A;
}
</style>
border-color css
<style>
span { border-color: #972A9A; }
span { border-color: rgb(151,42,154); }
td.TdClassName
{
border-color: #972A9A;
}
.TagClassName
{
border-color: #972A9A;
}
</style>