Shades of Vivid Violet #973D89
Tints of Vivid Violet #973D89
RGB
CMYK
RGB Variations
Color information
#973D89 (or 0x973D89) is known color: Vivid Violet. HEX triplet: 97, 3D and 89. RGB value is (151,61,137). Sum of RGB (Red+Green+Blue) = 151+61+137=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #973D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973D89 is #68C276. Grayscale: #606060. Windows color (decimal): -6865527 or 8994199. OLE color: 8994199.
HSL color Cylindrical-coordinate representation of color #973D89: hue angle of 309.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973D89 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 137 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.41 |
| HSL | 309.33º | 0.42% | 0.42% | - |
| HSV(B) | 309.33º | 0.6% | 0.59% | - |
| XYZ | 18.95 | 11.72 | 24.93 | - |
| YUV | 96.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 137 | 0 | 0.60 | 0.09 | 0.41 | 309.33 | 0.42 | 0.42 |
| Hex | 97 | 3D | 89 | 0 | 3C | 9 | 29 | 135 | 2A | 2A |
| Octal | 227 | 75 | 211 | 0 | 74 | 11 | 51 | 465 | 52 | 52 |
| Binary | 10010111 | 111101 | 10001001 | 0 | 111100 | 1001 | 101001 | 100110101 | 101010 | 101010 |
Color Harmonies of #973D89
Complementary color
Monochromatic Colors of #973D89
Black with #973D89
Text Example
Text Example
White with #973D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D89; }
p { color: rgb(151,61,137); }
H1.HeaderClassName
{
color: #973D89;
}
.AnyTagClassName
{
color: #973D89;
}
</style>
background-color css
<style>
a { background-color: #973D89; }
a { background-color: rgb(151,61,137); }
div.DivClassName
{
background-color: #973D89;
}
.BgClassName
{
background-color: #973D89;
}
</style>
border-color css
<style>
span { border-color: #973D89; }
span { border-color: rgb(151,61,137); }
td.TdClassName
{
border-color: #973D89;
}
.TagClassName
{
border-color: #973D89;
}
</style>