Shades of Vivid Violet #972FA7
Tints of Vivid Violet #972FA7
RGB
CMYK
RGB Variations
Color information
#972FA7 (or 0x972FA7) is known color: Vivid Violet. HEX triplet: 97, 2F and A7. RGB value is (151,47,167). Sum of RGB (Red+Green+Blue) = 151+47+167=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 167 (65.62% from 255 or 45.75% from 365); Max value from RGB is 167 - color contains mainly: blue. Hex color #972FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972FA7 is #68D058. Grayscale: #5B5B5B. Windows color (decimal): -6869081 or 10956695. OLE color: 10956695.
HSL color Cylindrical-coordinate representation of color #972FA7: hue angle of 292º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972FA7 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 47 | 167 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.35 |
| HSL | 292º | 0.56% | 0.42% | - |
| HSV(B) | 292º | 0.72% | 0.65% | - |
| XYZ | 20.75 | 11.4 | 37.67 | - |
| YUV | 91.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 167 | 0.10 | 0.72 | 0 | 0.35 | 292 | 0.56 | 0.42 |
| Hex | 97 | 2F | A7 | A | 48 | 0 | 23 | 124 | 38 | 2A |
| Octal | 227 | 57 | 247 | 12 | 110 | 0 | 43 | 444 | 70 | 52 |
| Binary | 10010111 | 101111 | 10100111 | 1010 | 1001000 | 0 | 100011 | 100100100 | 111000 | 101010 |
Color Harmonies of #972FA7
Complementary color
Monochromatic Colors of #972FA7
Black with #972FA7
Text Example
Text Example
White with #972FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972FA7; }
p { color: rgb(151,47,167); }
H1.HeaderClassName
{
color: #972FA7;
}
.AnyTagClassName
{
color: #972FA7;
}
</style>
background-color css
<style>
a { background-color: #972FA7; }
a { background-color: rgb(151,47,167); }
div.DivClassName
{
background-color: #972FA7;
}
.BgClassName
{
background-color: #972FA7;
}
</style>
border-color css
<style>
span { border-color: #972FA7; }
span { border-color: rgb(151,47,167); }
td.TdClassName
{
border-color: #972FA7;
}
.TagClassName
{
border-color: #972FA7;
}
</style>