Shades of Vivid Violet #973C92
Tints of Vivid Violet #973C92
RGB
CMYK
RGB Variations
Color information
#973C92 (or 0x973C92) is known color: Vivid Violet. HEX triplet: 97, 3C and 92. RGB value is (151,60,146). Sum of RGB (Red+Green+Blue) = 151+60+146=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #973C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973C92 is #68C36D. Grayscale: #606060. Windows color (decimal): -6865774 or 9583767. OLE color: 9583767.
HSL color Cylindrical-coordinate representation of color #973C92: hue angle of 303.3º 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 #973C92 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 146 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.41 |
| HSL | 303.3º | 0.43% | 0.41% | - |
| HSV(B) | 303.3º | 0.6% | 0.59% | - |
| XYZ | 19.57 | 11.89 | 28.46 | - |
| YUV | 97.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 146 | 0 | 0.60 | 0.03 | 0.41 | 303.3 | 0.43 | 0.41 |
| Hex | 97 | 3C | 92 | 0 | 3C | 3 | 29 | 12F | 2B | 29 |
| Octal | 227 | 74 | 222 | 0 | 74 | 3 | 51 | 457 | 53 | 51 |
| Binary | 10010111 | 111100 | 10010010 | 0 | 111100 | 11 | 101001 | 100101111 | 101011 | 101001 |
Color Harmonies of #973C92
Complementary color
Monochromatic Colors of #973C92
Black with #973C92
Text Example
Text Example
White with #973C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C92; }
p { color: rgb(151,60,146); }
H1.HeaderClassName
{
color: #973C92;
}
.AnyTagClassName
{
color: #973C92;
}
</style>
background-color css
<style>
a { background-color: #973C92; }
a { background-color: rgb(151,60,146); }
div.DivClassName
{
background-color: #973C92;
}
.BgClassName
{
background-color: #973C92;
}
</style>
border-color css
<style>
span { border-color: #973C92; }
span { border-color: rgb(151,60,146); }
td.TdClassName
{
border-color: #973C92;
}
.TagClassName
{
border-color: #973C92;
}
</style>