Shades of Vivid Violet #97418E
Tints of Vivid Violet #97418E
RGB
CMYK
RGB Variations
Color information
#97418E (or 0x97418E) is known color: Vivid Violet. HEX triplet: 97, 41 and 8E. RGB value is (151,65,142). Sum of RGB (Red+Green+Blue) = 151+65+142=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #97418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97418E is #68BE71. Grayscale: #636363. Windows color (decimal): -6864498 or 9322903. OLE color: 9322903.
HSL color Cylindrical-coordinate representation of color #97418E: hue angle of 306.28º 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 #97418E is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 65 | 142 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.41 |
| HSL | 306.28º | 0.4% | 0.42% | - |
| HSV(B) | 306.28º | 0.57% | 0.59% | - |
| XYZ | 19.54 | 12.31 | 26.94 | - |
| YUV | 99.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 142 | 0 | 0.57 | 0.06 | 0.41 | 306.28 | 0.4 | 0.42 |
| Hex | 97 | 41 | 8E | 0 | 39 | 6 | 29 | 132 | 28 | 2A |
| Octal | 227 | 101 | 216 | 0 | 71 | 6 | 51 | 462 | 50 | 52 |
| Binary | 10010111 | 1000001 | 10001110 | 0 | 111001 | 110 | 101001 | 100110010 | 101000 | 101010 |
Color Harmonies of #97418E
Complementary color
Monochromatic Colors of #97418E
Black with #97418E
Text Example
Text Example
White with #97418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97418E; }
p { color: rgb(151,65,142); }
H1.HeaderClassName
{
color: #97418E;
}
.AnyTagClassName
{
color: #97418E;
}
</style>
background-color css
<style>
a { background-color: #97418E; }
a { background-color: rgb(151,65,142); }
div.DivClassName
{
background-color: #97418E;
}
.BgClassName
{
background-color: #97418E;
}
</style>
border-color css
<style>
span { border-color: #97418E; }
span { border-color: rgb(151,65,142); }
td.TdClassName
{
border-color: #97418E;
}
.TagClassName
{
border-color: #97418E;
}
</style>