Shades of Vivid Violet #97419E
Tints of Vivid Violet #97419E
RGB
CMYK
RGB Variations
Color information
#97419E (or 0x97419E) is known color: Vivid Violet. HEX triplet: 97, 41 and 9E. RGB value is (151,65,158). Sum of RGB (Red+Green+Blue) = 151+65+158=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #97419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97419E is #68BE61. Grayscale: #656565. Windows color (decimal): -6864482 or 10371479. OLE color: 10371479.
HSL color Cylindrical-coordinate representation of color #97419E: hue angle of 295.48º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97419E is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 65 | 158 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.38 |
| HSL | 295.48º | 0.42% | 0.44% | - |
| HSV(B) | 295.48º | 0.59% | 0.62% | - |
| XYZ | 20.82 | 12.83 | 33.73 | - |
| YUV | 101.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 158 | 0.04 | 0.59 | 0 | 0.38 | 295.48 | 0.42 | 0.44 |
| Hex | 97 | 41 | 9E | 4 | 3B | 0 | 26 | 127 | 2A | 2C |
| Octal | 227 | 101 | 236 | 4 | 73 | 0 | 46 | 447 | 52 | 54 |
| Binary | 10010111 | 1000001 | 10011110 | 100 | 111011 | 0 | 100110 | 100100111 | 101010 | 101100 |
Color Harmonies of #97419E
Complementary color
Monochromatic Colors of #97419E
Black with #97419E
Text Example
Text Example
White with #97419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97419E; }
p { color: rgb(151,65,158); }
H1.HeaderClassName
{
color: #97419E;
}
.AnyTagClassName
{
color: #97419E;
}
</style>
background-color css
<style>
a { background-color: #97419E; }
a { background-color: rgb(151,65,158); }
div.DivClassName
{
background-color: #97419E;
}
.BgClassName
{
background-color: #97419E;
}
</style>
border-color css
<style>
span { border-color: #97419E; }
span { border-color: rgb(151,65,158); }
td.TdClassName
{
border-color: #97419E;
}
.TagClassName
{
border-color: #97419E;
}
</style>