Shades of Vivid Violet #972CAA
Tints of Vivid Violet #972CAA
RGB
CMYK
RGB Variations
Color information
#972CAA (or 0x972CAA) is known color: Vivid Violet. HEX triplet: 97, 2C and AA. RGB value is (151,44,170). Sum of RGB (Red+Green+Blue) = 151+44+170=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #972CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972CAA is #68D355. Grayscale: #595959. Windows color (decimal): -6869846 or 11152535. OLE color: 11152535.
HSL color Cylindrical-coordinate representation of color #972CAA: hue angle of 290.95º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972CAA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 44 | 170 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.33 |
| HSL | 290.95º | 0.59% | 0.42% | - |
| HSV(B) | 290.95º | 0.74% | 0.67% | - |
| XYZ | 20.92 | 11.28 | 39.11 | - |
| YUV | 90.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 170 | 0.11 | 0.74 | 0 | 0.33 | 290.95 | 0.59 | 0.42 |
| Hex | 97 | 2C | AA | B | 4A | 0 | 21 | 123 | 3B | 2A |
| Octal | 227 | 54 | 252 | 13 | 112 | 0 | 41 | 443 | 73 | 52 |
| Binary | 10010111 | 101100 | 10101010 | 1011 | 1001010 | 0 | 100001 | 100100011 | 111011 | 101010 |
Color Harmonies of #972CAA
Complementary color
Monochromatic Colors of #972CAA
Black with #972CAA
Text Example
Text Example
White with #972CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CAA; }
p { color: rgb(151,44,170); }
H1.HeaderClassName
{
color: #972CAA;
}
.AnyTagClassName
{
color: #972CAA;
}
</style>
background-color css
<style>
a { background-color: #972CAA; }
a { background-color: rgb(151,44,170); }
div.DivClassName
{
background-color: #972CAA;
}
.BgClassName
{
background-color: #972CAA;
}
</style>
border-color css
<style>
span { border-color: #972CAA; }
span { border-color: rgb(151,44,170); }
td.TdClassName
{
border-color: #972CAA;
}
.TagClassName
{
border-color: #972CAA;
}
</style>