Shades of Vivid Violet #973E95
Tints of Vivid Violet #973E95
RGB
CMYK
RGB Variations
Color information
#973E95 (or 0x973E95) is known color: Vivid Violet. HEX triplet: 97, 3E and 95. RGB value is (151,62,149). Sum of RGB (Red+Green+Blue) = 151+62+149=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #973E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973E95 is #68C16A. Grayscale: #626262. Windows color (decimal): -6865259 or 9780887. OLE color: 9780887.
HSL color Cylindrical-coordinate representation of color #973E95: hue angle of 301.35º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #973E95 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 62 | 149 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.41 |
| HSL | 301.35º | 0.42% | 0.42% | - |
| HSV(B) | 301.35º | 0.59% | 0.59% | - |
| XYZ | 19.91 | 12.19 | 29.74 | - |
| YUV | 98.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 149 | 0 | 0.59 | 0.01 | 0.41 | 301.35 | 0.42 | 0.42 |
| Hex | 97 | 3E | 95 | 0 | 3B | 1 | 29 | 12D | 2A | 2A |
| Octal | 227 | 76 | 225 | 0 | 73 | 1 | 51 | 455 | 52 | 52 |
| Binary | 10010111 | 111110 | 10010101 | 0 | 111011 | 1 | 101001 | 100101101 | 101010 | 101010 |
Color Harmonies of #973E95
Complementary color
Monochromatic Colors of #973E95
Black with #973E95
Text Example
Text Example
White with #973E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973E95; }
p { color: rgb(151,62,149); }
H1.HeaderClassName
{
color: #973E95;
}
.AnyTagClassName
{
color: #973E95;
}
</style>
background-color css
<style>
a { background-color: #973E95; }
a { background-color: rgb(151,62,149); }
div.DivClassName
{
background-color: #973E95;
}
.BgClassName
{
background-color: #973E95;
}
</style>
border-color css
<style>
span { border-color: #973E95; }
span { border-color: rgb(151,62,149); }
td.TdClassName
{
border-color: #973E95;
}
.TagClassName
{
border-color: #973E95;
}
</style>