Shades of Vivid Violet #973F8C
Tints of Vivid Violet #973F8C
RGB
CMYK
RGB Variations
Color information
#973F8C (or 0x973F8C) is known color: Vivid Violet. HEX triplet: 97, 3F and 8C. RGB value is (151,63,140). Sum of RGB (Red+Green+Blue) = 151+63+140=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #973F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F8C is #68C073. Grayscale: #616161. Windows color (decimal): -6865012 or 9191319. OLE color: 9191319.
HSL color Cylindrical-coordinate representation of color #973F8C: hue angle of 307.5º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #973F8C is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 63 | 140 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.41 |
| HSL | 307.5º | 0.41% | 0.42% | - |
| HSV(B) | 307.5º | 0.58% | 0.59% | - |
| XYZ | 19.27 | 12.03 | 26.12 | - |
| YUV | 98.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 140 | 0 | 0.58 | 0.07 | 0.41 | 307.5 | 0.41 | 0.42 |
| Hex | 97 | 3F | 8C | 0 | 3A | 7 | 29 | 134 | 29 | 2A |
| Octal | 227 | 77 | 214 | 0 | 72 | 7 | 51 | 464 | 51 | 52 |
| Binary | 10010111 | 111111 | 10001100 | 0 | 111010 | 111 | 101001 | 100110100 | 101001 | 101010 |
Color Harmonies of #973F8C
Complementary color
Monochromatic Colors of #973F8C
Black with #973F8C
Text Example
Text Example
White with #973F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973F8C; }
p { color: rgb(151,63,140); }
H1.HeaderClassName
{
color: #973F8C;
}
.AnyTagClassName
{
color: #973F8C;
}
</style>
background-color css
<style>
a { background-color: #973F8C; }
a { background-color: rgb(151,63,140); }
div.DivClassName
{
background-color: #973F8C;
}
.BgClassName
{
background-color: #973F8C;
}
</style>
border-color css
<style>
span { border-color: #973F8C; }
span { border-color: rgb(151,63,140); }
td.TdClassName
{
border-color: #973F8C;
}
.TagClassName
{
border-color: #973F8C;
}
</style>