Shades of Vivid Violet #972F93
Tints of Vivid Violet #972F93
RGB
CMYK
RGB Variations
Color information
#972F93 (or 0x972F93) is known color: Vivid Violet. HEX triplet: 97, 2F and 93. RGB value is (151,47,147). Sum of RGB (Red+Green+Blue) = 151+47+147=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #972F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972F93 is #68D06C. Grayscale: #595959. Windows color (decimal): -6869101 or 9645975. OLE color: 9645975.
HSL color Cylindrical-coordinate representation of color #972F93: hue angle of 302.31º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #972F93 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 47 | 147 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.41 |
| HSL | 302.31º | 0.53% | 0.39% | - |
| HSV(B) | 302.31º | 0.69% | 0.59% | - |
| XYZ | 19.05 | 10.72 | 28.67 | - |
| YUV | 89.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 147 | 0 | 0.69 | 0.03 | 0.41 | 302.31 | 0.53 | 0.39 |
| Hex | 97 | 2F | 93 | 0 | 45 | 3 | 29 | 12E | 35 | 27 |
| Octal | 227 | 57 | 223 | 0 | 105 | 3 | 51 | 456 | 65 | 47 |
| Binary | 10010111 | 101111 | 10010011 | 0 | 1000101 | 11 | 101001 | 100101110 | 110101 | 100111 |
Color Harmonies of #972F93
Complementary color
Monochromatic Colors of #972F93
Black with #972F93
Text Example
Text Example
White with #972F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972F93; }
p { color: rgb(151,47,147); }
H1.HeaderClassName
{
color: #972F93;
}
.AnyTagClassName
{
color: #972F93;
}
</style>
background-color css
<style>
a { background-color: #972F93; }
a { background-color: rgb(151,47,147); }
div.DivClassName
{
background-color: #972F93;
}
.BgClassName
{
background-color: #972F93;
}
</style>
border-color css
<style>
span { border-color: #972F93; }
span { border-color: rgb(151,47,147); }
td.TdClassName
{
border-color: #972F93;
}
.TagClassName
{
border-color: #972F93;
}
</style>