Shades of Vivid Violet #972DA7
Tints of Vivid Violet #972DA7
RGB
CMYK
RGB Variations
Color information
#972DA7 (or 0x972DA7) is known color: Vivid Violet. HEX triplet: 97, 2D and A7. RGB value is (151,45,167). Sum of RGB (Red+Green+Blue) = 151+45+167=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #972DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972DA7 is #68D258. Grayscale: #5A5A5A. Windows color (decimal): -6869593 or 10956183. OLE color: 10956183.
HSL color Cylindrical-coordinate representation of color #972DA7: hue angle of 292.13º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972DA7 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 45 | 167 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.35 |
| HSL | 292.13º | 0.58% | 0.42% | - |
| HSV(B) | 292.13º | 0.73% | 0.65% | - |
| XYZ | 20.68 | 11.25 | 37.64 | - |
| YUV | 90.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 167 | 0.10 | 0.73 | 0 | 0.35 | 292.13 | 0.58 | 0.42 |
| Hex | 97 | 2D | A7 | A | 49 | 0 | 23 | 124 | 3A | 2A |
| Octal | 227 | 55 | 247 | 12 | 111 | 0 | 43 | 444 | 72 | 52 |
| Binary | 10010111 | 101101 | 10100111 | 1010 | 1001001 | 0 | 100011 | 100100100 | 111010 | 101010 |
Color Harmonies of #972DA7
Complementary color
Monochromatic Colors of #972DA7
Black with #972DA7
Text Example
Text Example
White with #972DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972DA7; }
p { color: rgb(151,45,167); }
H1.HeaderClassName
{
color: #972DA7;
}
.AnyTagClassName
{
color: #972DA7;
}
</style>
background-color css
<style>
a { background-color: #972DA7; }
a { background-color: rgb(151,45,167); }
div.DivClassName
{
background-color: #972DA7;
}
.BgClassName
{
background-color: #972DA7;
}
</style>
border-color css
<style>
span { border-color: #972DA7; }
span { border-color: rgb(151,45,167); }
td.TdClassName
{
border-color: #972DA7;
}
.TagClassName
{
border-color: #972DA7;
}
</style>