Shades of Vivid Violet #973E8C
Tints of Vivid Violet #973E8C
RGB
CMYK
RGB Variations
Color information
#973E8C (or 0x973E8C) is known color: Vivid Violet. HEX triplet: 97, 3E and 8C. RGB value is (151,62,140). Sum of RGB (Red+Green+Blue) = 151+62+140=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #973E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973E8C is #68C173. Grayscale: #616161. Windows color (decimal): -6865268 or 9191063. OLE color: 9191063.
HSL color Cylindrical-coordinate representation of color #973E8C: hue angle of 307.42º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #973E8C is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 62 | 140 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.41 |
| HSL | 307.42º | 0.42% | 0.42% | - |
| HSV(B) | 307.42º | 0.59% | 0.59% | - |
| XYZ | 19.22 | 11.92 | 26.1 | - |
| YUV | 97.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 140 | 0 | 0.59 | 0.07 | 0.41 | 307.42 | 0.42 | 0.42 |
| Hex | 97 | 3E | 8C | 0 | 3B | 7 | 29 | 133 | 2A | 2A |
| Octal | 227 | 76 | 214 | 0 | 73 | 7 | 51 | 463 | 52 | 52 |
| Binary | 10010111 | 111110 | 10001100 | 0 | 111011 | 111 | 101001 | 100110011 | 101010 | 101010 |
Color Harmonies of #973E8C
Complementary color
Monochromatic Colors of #973E8C
Black with #973E8C
Text Example
Text Example
White with #973E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973E8C; }
p { color: rgb(151,62,140); }
H1.HeaderClassName
{
color: #973E8C;
}
.AnyTagClassName
{
color: #973E8C;
}
</style>
background-color css
<style>
a { background-color: #973E8C; }
a { background-color: rgb(151,62,140); }
div.DivClassName
{
background-color: #973E8C;
}
.BgClassName
{
background-color: #973E8C;
}
</style>
border-color css
<style>
span { border-color: #973E8C; }
span { border-color: rgb(151,62,140); }
td.TdClassName
{
border-color: #973E8C;
}
.TagClassName
{
border-color: #973E8C;
}
</style>