Shades of Vivid Violet #97319E
Tints of Vivid Violet #97319E
RGB
CMYK
RGB Variations
Color information
#97319E (or 0x97319E) is known color: Vivid Violet. HEX triplet: 97, 31 and 9E. RGB value is (151,49,158). Sum of RGB (Red+Green+Blue) = 151+49+158=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #97319E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97319E is #68CE61. Grayscale: #5B5B5B. Windows color (decimal): -6868578 or 10367383. OLE color: 10367383.
HSL color Cylindrical-coordinate representation of color #97319E: hue angle of 296.15º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97319E is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 49 | 158 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.38 |
| HSL | 296.15º | 0.53% | 0.41% | - |
| HSV(B) | 296.15º | 0.69% | 0.62% | - |
| XYZ | 20.03 | 11.24 | 33.46 | - |
| YUV | 91.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 49 | 158 | 0.04 | 0.69 | 0 | 0.38 | 296.15 | 0.53 | 0.41 |
| Hex | 97 | 31 | 9E | 4 | 45 | 0 | 26 | 128 | 35 | 29 |
| Octal | 227 | 61 | 236 | 4 | 105 | 0 | 46 | 450 | 65 | 51 |
| Binary | 10010111 | 110001 | 10011110 | 100 | 1000101 | 0 | 100110 | 100101000 | 110101 | 101001 |
Color Harmonies of #97319E
Complementary color
Monochromatic Colors of #97319E
Black with #97319E
Text Example
Text Example
White with #97319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97319E; }
p { color: rgb(151,49,158); }
H1.HeaderClassName
{
color: #97319E;
}
.AnyTagClassName
{
color: #97319E;
}
</style>
background-color css
<style>
a { background-color: #97319E; }
a { background-color: rgb(151,49,158); }
div.DivClassName
{
background-color: #97319E;
}
.BgClassName
{
background-color: #97319E;
}
</style>
border-color css
<style>
span { border-color: #97319E; }
span { border-color: rgb(151,49,158); }
td.TdClassName
{
border-color: #97319E;
}
.TagClassName
{
border-color: #97319E;
}
</style>