Shades of Vivid Violet #973A96
Tints of Vivid Violet #973A96
RGB
CMYK
RGB Variations
Color information
#973A96 (or 0x973A96) is known color: Vivid Violet. HEX triplet: 97, 3A and 96. RGB value is (151,58,150). Sum of RGB (Red+Green+Blue) = 151+58+150=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #973A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973A96 is #68C569. Grayscale: #606060. Windows color (decimal): -6866282 or 9845399. OLE color: 9845399.
HSL color Cylindrical-coordinate representation of color #973A96: hue angle of 300.65º degrees, saturation: 0.44, 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 #973A96 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 58 | 150 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.41 |
| HSL | 300.65º | 0.44% | 0.41% | - |
| HSV(B) | 300.65º | 0.62% | 0.59% | - |
| XYZ | 19.78 | 11.81 | 30.09 | - |
| YUV | 96.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 150 | 0 | 0.62 | 0.01 | 0.41 | 300.65 | 0.44 | 0.41 |
| Hex | 97 | 3A | 96 | 0 | 3E | 1 | 29 | 12D | 2C | 29 |
| Octal | 227 | 72 | 226 | 0 | 76 | 1 | 51 | 455 | 54 | 51 |
| Binary | 10010111 | 111010 | 10010110 | 0 | 111110 | 1 | 101001 | 100101101 | 101100 | 101001 |
Color Harmonies of #973A96
Complementary color
Monochromatic Colors of #973A96
Black with #973A96
Text Example
Text Example
White with #973A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973A96; }
p { color: rgb(151,58,150); }
H1.HeaderClassName
{
color: #973A96;
}
.AnyTagClassName
{
color: #973A96;
}
</style>
background-color css
<style>
a { background-color: #973A96; }
a { background-color: rgb(151,58,150); }
div.DivClassName
{
background-color: #973A96;
}
.BgClassName
{
background-color: #973A96;
}
</style>
border-color css
<style>
span { border-color: #973A96; }
span { border-color: rgb(151,58,150); }
td.TdClassName
{
border-color: #973A96;
}
.TagClassName
{
border-color: #973A96;
}
</style>