Shades of Vivid Violet #974197
Tints of Vivid Violet #974197
RGB
CMYK
RGB Variations
Color information
#974197 (or 0x974197) is known color: Vivid Violet. HEX triplet: 97, 41 and 97. RGB value is (151,65,151). Sum of RGB (Red+Green+Blue) = 151+65+151=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #974197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974197 is #68BE68. Grayscale: #646464. Windows color (decimal): -6864489 or 9912727. OLE color: 9912727.
HSL color Cylindrical-coordinate representation of color #974197: hue angle of 300º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #974197 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 65 | 151 | - |
| CMYK | 0 | 0.57 | 0 | 0.41 |
| HSL | 300º | 0.4% | 0.42% | - |
| HSV(B) | 300º | 0.57% | 0.59% | - |
| XYZ | 20.24 | 12.59 | 30.64 | - |
| YUV | 100.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 151 | 0 | 0.57 | 0 | 0.41 | 300 | 0.4 | 0.42 |
| Hex | 97 | 41 | 97 | 0 | 39 | 0 | 29 | 12C | 28 | 2A |
| Octal | 227 | 101 | 227 | 0 | 71 | 0 | 51 | 454 | 50 | 52 |
| Binary | 10010111 | 1000001 | 10010111 | 0 | 111001 | 0 | 101001 | 100101100 | 101000 | 101010 |
Color Harmonies of #974197
Complementary color
Monochromatic Colors of #974197
Black with #974197
Text Example
Text Example
White with #974197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974197; }
p { color: rgb(151,65,151); }
H1.HeaderClassName
{
color: #974197;
}
.AnyTagClassName
{
color: #974197;
}
</style>
background-color css
<style>
a { background-color: #974197; }
a { background-color: rgb(151,65,151); }
div.DivClassName
{
background-color: #974197;
}
.BgClassName
{
background-color: #974197;
}
</style>
border-color css
<style>
span { border-color: #974197; }
span { border-color: rgb(151,65,151); }
td.TdClassName
{
border-color: #974197;
}
.TagClassName
{
border-color: #974197;
}
</style>