Shades of Vivid Violet #973991
Tints of Vivid Violet #973991
RGB
CMYK
RGB Variations
Color information
#973991 (or 0x973991) is known color: Vivid Violet. HEX triplet: 97, 39 and 91. RGB value is (151,57,145). Sum of RGB (Red+Green+Blue) = 151+57+145=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #973991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973991 is #68C66E. Grayscale: #5E5E5E. Windows color (decimal): -6866543 or 9517463. OLE color: 9517463.
HSL color Cylindrical-coordinate representation of color #973991: hue angle of 303.83º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973991 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 57 | 145 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.41 |
| HSL | 303.83º | 0.45% | 0.41% | - |
| HSV(B) | 303.83º | 0.62% | 0.59% | - |
| XYZ | 19.34 | 11.55 | 28 | - |
| YUV | 95.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 145 | 0 | 0.62 | 0.04 | 0.41 | 303.83 | 0.45 | 0.41 |
| Hex | 97 | 39 | 91 | 0 | 3E | 4 | 29 | 130 | 2D | 29 |
| Octal | 227 | 71 | 221 | 0 | 76 | 4 | 51 | 460 | 55 | 51 |
| Binary | 10010111 | 111001 | 10010001 | 0 | 111110 | 100 | 101001 | 100110000 | 101101 | 101001 |
Color Harmonies of #973991
Complementary color
Monochromatic Colors of #973991
Black with #973991
Text Example
Text Example
White with #973991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973991; }
p { color: rgb(151,57,145); }
H1.HeaderClassName
{
color: #973991;
}
.AnyTagClassName
{
color: #973991;
}
</style>
background-color css
<style>
a { background-color: #973991; }
a { background-color: rgb(151,57,145); }
div.DivClassName
{
background-color: #973991;
}
.BgClassName
{
background-color: #973991;
}
</style>
border-color css
<style>
span { border-color: #973991; }
span { border-color: rgb(151,57,145); }
td.TdClassName
{
border-color: #973991;
}
.TagClassName
{
border-color: #973991;
}
</style>