Shades of Vivid Violet #972998
Tints of Vivid Violet #972998
RGB
CMYK
RGB Variations
Color information
#972998 (or 0x972998) is known color: Vivid Violet. HEX triplet: 97, 29 and 98. RGB value is (151,41,152). Sum of RGB (Red+Green+Blue) = 151+41+152=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #972998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972998 is #68D667. Grayscale: #565656. Windows color (decimal): -6870632 or 9972119. OLE color: 9972119.
HSL color Cylindrical-coordinate representation of color #972998: hue angle of 299.46º degrees, saturation: 0.58, 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 #972998 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 41 | 152 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.40 |
| HSL | 299.46º | 0.58% | 0.38% | - |
| HSV(B) | 299.46º | 0.73% | 0.6% | - |
| XYZ | 19.22 | 10.43 | 30.71 | - |
| YUV | 86.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 152 | 0.01 | 0.73 | 0 | 0.40 | 299.46 | 0.58 | 0.38 |
| Hex | 97 | 29 | 98 | 1 | 49 | 0 | 28 | 12B | 3A | 26 |
| Octal | 227 | 51 | 230 | 1 | 111 | 0 | 50 | 453 | 72 | 46 |
| Binary | 10010111 | 101001 | 10011000 | 1 | 1001001 | 0 | 101000 | 100101011 | 111010 | 100110 |
Color Harmonies of #972998
Complementary color
Monochromatic Colors of #972998
Black with #972998
Text Example
Text Example
White with #972998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972998; }
p { color: rgb(151,41,152); }
H1.HeaderClassName
{
color: #972998;
}
.AnyTagClassName
{
color: #972998;
}
</style>
background-color css
<style>
a { background-color: #972998; }
a { background-color: rgb(151,41,152); }
div.DivClassName
{
background-color: #972998;
}
.BgClassName
{
background-color: #972998;
}
</style>
border-color css
<style>
span { border-color: #972998; }
span { border-color: rgb(151,41,152); }
td.TdClassName
{
border-color: #972998;
}
.TagClassName
{
border-color: #972998;
}
</style>