Shades of Vivid Violet #972398
Tints of Vivid Violet #972398
RGB
CMYK
RGB Variations
Color information
#972398 (or 0x972398) is known color: Vivid Violet. HEX triplet: 97, 23 and 98. RGB value is (151,35,152). Sum of RGB (Red+Green+Blue) = 151+35+152=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #972398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972398 is #68DC67. Grayscale: #525252. Windows color (decimal): -6872168 or 9970583. OLE color: 9970583.
HSL color Cylindrical-coordinate representation of color #972398: hue angle of 299.49º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972398 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 35 | 152 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.40 |
| HSL | 299.49º | 0.63% | 0.37% | - |
| HSV(B) | 299.49º | 0.77% | 0.6% | - |
| XYZ | 19.03 | 10.05 | 30.64 | - |
| YUV | 83.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 152 | 0.01 | 0.77 | 0 | 0.40 | 299.49 | 0.63 | 0.37 |
| Hex | 97 | 23 | 98 | 1 | 4D | 0 | 28 | 12B | 3F | 25 |
| Octal | 227 | 43 | 230 | 1 | 115 | 0 | 50 | 453 | 77 | 45 |
| Binary | 10010111 | 100011 | 10011000 | 1 | 1001101 | 0 | 101000 | 100101011 | 111111 | 100101 |
Color Harmonies of #972398
Complementary color
Monochromatic Colors of #972398
Black with #972398
Text Example
Text Example
White with #972398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972398; }
p { color: rgb(151,35,152); }
H1.HeaderClassName
{
color: #972398;
}
.AnyTagClassName
{
color: #972398;
}
</style>
background-color css
<style>
a { background-color: #972398; }
a { background-color: rgb(151,35,152); }
div.DivClassName
{
background-color: #972398;
}
.BgClassName
{
background-color: #972398;
}
</style>
border-color css
<style>
span { border-color: #972398; }
span { border-color: rgb(151,35,152); }
td.TdClassName
{
border-color: #972398;
}
.TagClassName
{
border-color: #972398;
}
</style>