Shades of Vivid Violet #973996
Tints of Vivid Violet #973996
RGB
CMYK
RGB Variations
Color information
#973996 (or 0x973996) is known color: Vivid Violet. HEX triplet: 97, 39 and 96. RGB value is (151,57,150). Sum of RGB (Red+Green+Blue) = 151+57+150=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #973996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973996 is #68C669. Grayscale: #5F5F5F. Windows color (decimal): -6866538 or 9845143. OLE color: 9845143.
HSL color Cylindrical-coordinate representation of color #973996: hue angle of 300.64º 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 #973996 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 57 | 150 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.41 |
| HSL | 300.64º | 0.45% | 0.41% | - |
| HSV(B) | 300.64º | 0.62% | 0.59% | - |
| XYZ | 19.73 | 11.71 | 30.07 | - |
| YUV | 95.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 150 | 0 | 0.62 | 0.01 | 0.41 | 300.64 | 0.45 | 0.41 |
| Hex | 97 | 39 | 96 | 0 | 3E | 1 | 29 | 12D | 2D | 29 |
| Octal | 227 | 71 | 226 | 0 | 76 | 1 | 51 | 455 | 55 | 51 |
| Binary | 10010111 | 111001 | 10010110 | 0 | 111110 | 1 | 101001 | 100101101 | 101101 | 101001 |
Color Harmonies of #973996
Complementary color
Monochromatic Colors of #973996
Black with #973996
Text Example
Text Example
White with #973996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973996; }
p { color: rgb(151,57,150); }
H1.HeaderClassName
{
color: #973996;
}
.AnyTagClassName
{
color: #973996;
}
</style>
background-color css
<style>
a { background-color: #973996; }
a { background-color: rgb(151,57,150); }
div.DivClassName
{
background-color: #973996;
}
.BgClassName
{
background-color: #973996;
}
</style>
border-color css
<style>
span { border-color: #973996; }
span { border-color: rgb(151,57,150); }
td.TdClassName
{
border-color: #973996;
}
.TagClassName
{
border-color: #973996;
}
</style>