Shades of Vivid Violet #972198
Tints of Vivid Violet #972198
RGB
CMYK
RGB Variations
Color information
#972198 (or 0x972198) is known color: Vivid Violet. HEX triplet: 97, 21 and 98. RGB value is (151,33,152). Sum of RGB (Red+Green+Blue) = 151+33+152=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #972198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972198 is #68DE67. Grayscale: #515151. Windows color (decimal): -6872680 or 9970071. OLE color: 9970071.
HSL color Cylindrical-coordinate representation of color #972198: hue angle of 299.5º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972198 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 33 | 152 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.40 |
| HSL | 299.5º | 0.64% | 0.36% | - |
| HSV(B) | 299.5º | 0.78% | 0.6% | - |
| XYZ | 18.97 | 9.93 | 30.62 | - |
| YUV | 81.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 33 | 152 | 0.01 | 0.78 | 0 | 0.40 | 299.5 | 0.64 | 0.36 |
| Hex | 97 | 21 | 98 | 1 | 4E | 0 | 28 | 12B | 40 | 24 |
| Octal | 227 | 41 | 230 | 1 | 116 | 0 | 50 | 453 | 100 | 44 |
| Binary | 10010111 | 100001 | 10011000 | 1 | 1001110 | 0 | 101000 | 100101011 | 1000000 | 100100 |
Color Harmonies of #972198
Complementary color
Monochromatic Colors of #972198
Black with #972198
Text Example
Text Example
White with #972198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972198; }
p { color: rgb(151,33,152); }
H1.HeaderClassName
{
color: #972198;
}
.AnyTagClassName
{
color: #972198;
}
</style>
background-color css
<style>
a { background-color: #972198; }
a { background-color: rgb(151,33,152); }
div.DivClassName
{
background-color: #972198;
}
.BgClassName
{
background-color: #972198;
}
</style>
border-color css
<style>
span { border-color: #972198; }
span { border-color: rgb(151,33,152); }
td.TdClassName
{
border-color: #972198;
}
.TagClassName
{
border-color: #972198;
}
</style>