Shades of Vivid Violet #973F9D
Tints of Vivid Violet #973F9D
RGB
CMYK
RGB Variations
Color information
#973F9D (or 0x973F9D) is known color: Vivid Violet. HEX triplet: 97, 3F and 9D. RGB value is (151,63,157). Sum of RGB (Red+Green+Blue) = 151+63+157=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #973F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F9D is #68C062. Grayscale: #636363. Windows color (decimal): -6864995 or 10305431. OLE color: 10305431.
HSL color Cylindrical-coordinate representation of color #973F9D: hue angle of 296.17º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973F9D is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 63 | 157 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.38 |
| HSL | 296.17º | 0.43% | 0.43% | - |
| HSV(B) | 296.17º | 0.6% | 0.62% | - |
| XYZ | 20.63 | 12.57 | 33.24 | - |
| YUV | 100.03 | 160.15 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 157 | 0.04 | 0.60 | 0 | 0.38 | 296.17 | 0.43 | 0.43 |
| Hex | 97 | 3F | 9D | 4 | 3C | 0 | 26 | 128 | 2B | 2B |
| Octal | 227 | 77 | 235 | 4 | 74 | 0 | 46 | 450 | 53 | 53 |
| Binary | 10010111 | 111111 | 10011101 | 100 | 111100 | 0 | 100110 | 100101000 | 101011 | 101011 |
Color Harmonies of #973F9D
Complementary color
Monochromatic Colors of #973F9D
Black with #973F9D
Text Example
Text Example
White with #973F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973F9D; }
p { color: rgb(151,63,157); }
H1.HeaderClassName
{
color: #973F9D;
}
.AnyTagClassName
{
color: #973F9D;
}
</style>
background-color css
<style>
a { background-color: #973F9D; }
a { background-color: rgb(151,63,157); }
div.DivClassName
{
background-color: #973F9D;
}
.BgClassName
{
background-color: #973F9D;
}
</style>
border-color css
<style>
span { border-color: #973F9D; }
span { border-color: rgb(151,63,157); }
td.TdClassName
{
border-color: #973F9D;
}
.TagClassName
{
border-color: #973F9D;
}
</style>