Shades of Vivid Violet #973C91
Tints of Vivid Violet #973C91
RGB
CMYK
RGB Variations
Color information
#973C91 (or 0x973C91) is known color: Vivid Violet. HEX triplet: 97, 3C and 91. RGB value is (151,60,145). Sum of RGB (Red+Green+Blue) = 151+60+145=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #973C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973C91 is #68C36E. Grayscale: #606060. Windows color (decimal): -6865775 or 9518231. OLE color: 9518231.
HSL color Cylindrical-coordinate representation of color #973C91: hue angle of 303.96º 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 #973C91 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 145 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.41 |
| HSL | 303.96º | 0.43% | 0.41% | - |
| HSV(B) | 303.96º | 0.6% | 0.59% | - |
| XYZ | 19.49 | 11.86 | 28.05 | - |
| YUV | 96.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 145 | 0 | 0.60 | 0.04 | 0.41 | 303.96 | 0.43 | 0.41 |
| Hex | 97 | 3C | 91 | 0 | 3C | 4 | 29 | 130 | 2B | 29 |
| Octal | 227 | 74 | 221 | 0 | 74 | 4 | 51 | 460 | 53 | 51 |
| Binary | 10010111 | 111100 | 10010001 | 0 | 111100 | 100 | 101001 | 100110000 | 101011 | 101001 |
Color Harmonies of #973C91
Complementary color
Monochromatic Colors of #973C91
Black with #973C91
Text Example
Text Example
White with #973C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C91; }
p { color: rgb(151,60,145); }
H1.HeaderClassName
{
color: #973C91;
}
.AnyTagClassName
{
color: #973C91;
}
</style>
background-color css
<style>
a { background-color: #973C91; }
a { background-color: rgb(151,60,145); }
div.DivClassName
{
background-color: #973C91;
}
.BgClassName
{
background-color: #973C91;
}
</style>
border-color css
<style>
span { border-color: #973C91; }
span { border-color: rgb(151,60,145); }
td.TdClassName
{
border-color: #973C91;
}
.TagClassName
{
border-color: #973C91;
}
</style>