Shades of Vivid Violet #973C9D
Tints of Vivid Violet #973C9D
RGB
CMYK
RGB Variations
Color information
#973C9D (or 0x973C9D) is known color: Vivid Violet. HEX triplet: 97, 3C and 9D. RGB value is (151,60,157). Sum of RGB (Red+Green+Blue) = 151+60+157=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #973C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973C9D is #68C362. Grayscale: #616161. Windows color (decimal): -6865763 or 10304663. OLE color: 10304663.
HSL color Cylindrical-coordinate representation of color #973C9D: hue angle of 296.29º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973C9D is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 60 | 157 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.38 |
| HSL | 296.29º | 0.45% | 0.43% | - |
| HSV(B) | 296.29º | 0.62% | 0.62% | - |
| XYZ | 20.46 | 12.25 | 33.18 | - |
| YUV | 98.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 157 | 0.04 | 0.62 | 0 | 0.38 | 296.29 | 0.45 | 0.43 |
| Hex | 97 | 3C | 9D | 4 | 3E | 0 | 26 | 128 | 2D | 2B |
| Octal | 227 | 74 | 235 | 4 | 76 | 0 | 46 | 450 | 55 | 53 |
| Binary | 10010111 | 111100 | 10011101 | 100 | 111110 | 0 | 100110 | 100101000 | 101101 | 101011 |
Color Harmonies of #973C9D
Complementary color
Monochromatic Colors of #973C9D
Black with #973C9D
Text Example
Text Example
White with #973C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C9D; }
p { color: rgb(151,60,157); }
H1.HeaderClassName
{
color: #973C9D;
}
.AnyTagClassName
{
color: #973C9D;
}
</style>
background-color css
<style>
a { background-color: #973C9D; }
a { background-color: rgb(151,60,157); }
div.DivClassName
{
background-color: #973C9D;
}
.BgClassName
{
background-color: #973C9D;
}
</style>
border-color css
<style>
span { border-color: #973C9D; }
span { border-color: rgb(151,60,157); }
td.TdClassName
{
border-color: #973C9D;
}
.TagClassName
{
border-color: #973C9D;
}
</style>