Shades of Vivid Violet #973F8D
Tints of Vivid Violet #973F8D
RGB
CMYK
RGB Variations
Color information
#973F8D (or 0x973F8D) is known color: Vivid Violet. HEX triplet: 97, 3F and 8D. RGB value is (151,63,141). Sum of RGB (Red+Green+Blue) = 151+63+141=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #973F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F8D is #68C072. Grayscale: #616161. Windows color (decimal): -6865011 or 9256855. OLE color: 9256855.
HSL color Cylindrical-coordinate representation of color #973F8D: hue angle of 306.82º 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 #973F8D is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 63 | 141 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.41 |
| HSL | 306.82º | 0.41% | 0.42% | - |
| HSV(B) | 306.82º | 0.58% | 0.59% | - |
| XYZ | 19.35 | 12.06 | 26.51 | - |
| YUV | 98.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 141 | 0 | 0.58 | 0.07 | 0.41 | 306.82 | 0.41 | 0.42 |
| Hex | 97 | 3F | 8D | 0 | 3A | 7 | 29 | 133 | 29 | 2A |
| Octal | 227 | 77 | 215 | 0 | 72 | 7 | 51 | 463 | 51 | 52 |
| Binary | 10010111 | 111111 | 10001101 | 0 | 111010 | 111 | 101001 | 100110011 | 101001 | 101010 |
Color Harmonies of #973F8D
Complementary color
Monochromatic Colors of #973F8D
Black with #973F8D
Text Example
Text Example
White with #973F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973F8D; }
p { color: rgb(151,63,141); }
H1.HeaderClassName
{
color: #973F8D;
}
.AnyTagClassName
{
color: #973F8D;
}
</style>
background-color css
<style>
a { background-color: #973F8D; }
a { background-color: rgb(151,63,141); }
div.DivClassName
{
background-color: #973F8D;
}
.BgClassName
{
background-color: #973F8D;
}
</style>
border-color css
<style>
span { border-color: #973F8D; }
span { border-color: rgb(151,63,141); }
td.TdClassName
{
border-color: #973F8D;
}
.TagClassName
{
border-color: #973F8D;
}
</style>