Shades of Vivid Violet #973C96
Tints of Vivid Violet #973C96
RGB
CMYK
RGB Variations
Color information
#973C96 (or 0x973C96) is known color: Vivid Violet. HEX triplet: 97, 3C and 96. RGB value is (151,60,150). Sum of RGB (Red+Green+Blue) = 151+60+150=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #973C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973C96 is #68C369. Grayscale: #616161. Windows color (decimal): -6865770 or 9845911. OLE color: 9845911.
HSL color Cylindrical-coordinate representation of color #973C96: hue angle of 300.66º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973C96 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 150 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.41 |
| HSL | 300.66º | 0.43% | 0.41% | - |
| HSV(B) | 300.66º | 0.6% | 0.59% | - |
| XYZ | 19.88 | 12.01 | 30.12 | - |
| YUV | 97.47 | 157.65 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 150 | 0 | 0.60 | 0.01 | 0.41 | 300.66 | 0.43 | 0.41 |
| Hex | 97 | 3C | 96 | 0 | 3C | 1 | 29 | 12D | 2B | 29 |
| Octal | 227 | 74 | 226 | 0 | 74 | 1 | 51 | 455 | 53 | 51 |
| Binary | 10010111 | 111100 | 10010110 | 0 | 111100 | 1 | 101001 | 100101101 | 101011 | 101001 |
Color Harmonies of #973C96
Complementary color
Monochromatic Colors of #973C96
Black with #973C96
Text Example
Text Example
White with #973C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C96; }
p { color: rgb(151,60,150); }
H1.HeaderClassName
{
color: #973C96;
}
.AnyTagClassName
{
color: #973C96;
}
</style>
background-color css
<style>
a { background-color: #973C96; }
a { background-color: rgb(151,60,150); }
div.DivClassName
{
background-color: #973C96;
}
.BgClassName
{
background-color: #973C96;
}
</style>
border-color css
<style>
span { border-color: #973C96; }
span { border-color: rgb(151,60,150); }
td.TdClassName
{
border-color: #973C96;
}
.TagClassName
{
border-color: #973C96;
}
</style>