Shades of Vivid Violet #97399D
Tints of Vivid Violet #97399D
RGB
CMYK
RGB Variations
Color information
#97399D (or 0x97399D) is known color: Vivid Violet. HEX triplet: 97, 39 and 9D. RGB value is (151,57,157). Sum of RGB (Red+Green+Blue) = 151+57+157=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #97399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97399D is #68C662. Grayscale: #606060. Windows color (decimal): -6866531 or 10303895. OLE color: 10303895.
HSL color Cylindrical-coordinate representation of color #97399D: hue angle of 296.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97399D is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 57 | 157 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.38 |
| HSL | 296.4º | 0.47% | 0.42% | - |
| HSV(B) | 296.4º | 0.64% | 0.62% | - |
| XYZ | 20.31 | 11.94 | 33.13 | - |
| YUV | 96.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 157 | 0.04 | 0.64 | 0 | 0.38 | 296.4 | 0.47 | 0.42 |
| Hex | 97 | 39 | 9D | 4 | 40 | 0 | 26 | 128 | 2F | 2A |
| Octal | 227 | 71 | 235 | 4 | 100 | 0 | 46 | 450 | 57 | 52 |
| Binary | 10010111 | 111001 | 10011101 | 100 | 1000000 | 0 | 100110 | 100101000 | 101111 | 101010 |
Color Harmonies of #97399D
Complementary color
Monochromatic Colors of #97399D
Black with #97399D
Text Example
Text Example
White with #97399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97399D; }
p { color: rgb(151,57,157); }
H1.HeaderClassName
{
color: #97399D;
}
.AnyTagClassName
{
color: #97399D;
}
</style>
background-color css
<style>
a { background-color: #97399D; }
a { background-color: rgb(151,57,157); }
div.DivClassName
{
background-color: #97399D;
}
.BgClassName
{
background-color: #97399D;
}
</style>
border-color css
<style>
span { border-color: #97399D; }
span { border-color: rgb(151,57,157); }
td.TdClassName
{
border-color: #97399D;
}
.TagClassName
{
border-color: #97399D;
}
</style>