Shades of Vivid Violet #973099
Tints of Vivid Violet #973099
RGB
CMYK
RGB Variations
Color information
#973099 (or 0x973099) is known color: Vivid Violet. HEX triplet: 97, 30 and 99. RGB value is (151,48,153). Sum of RGB (Red+Green+Blue) = 151+48+153=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #973099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973099 is #68CF66. Grayscale: #5A5A5A. Windows color (decimal): -6868839 or 10039447. OLE color: 10039447.
HSL color Cylindrical-coordinate representation of color #973099: hue angle of 298.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #973099 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 48 | 153 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.4 |
| HSL | 298.86º | 0.52% | 0.39% | - |
| HSV(B) | 298.86º | 0.69% | 0.6% | - |
| XYZ | 19.57 | 10.99 | 31.23 | - |
| YUV | 90.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 48 | 153 | 0.01 | 0.69 | 0 | 0.4 | 298.86 | 0.52 | 0.39 |
| Hex | 97 | 30 | 99 | 1 | 45 | 0 | 28 | 12B | 34 | 27 |
| Octal | 227 | 60 | 231 | 1 | 105 | 0 | 50 | 453 | 64 | 47 |
| Binary | 10010111 | 110000 | 10011001 | 1 | 1000101 | 0 | 101000 | 100101011 | 110100 | 100111 |
Color Harmonies of #973099
Complementary color
Monochromatic Colors of #973099
Black with #973099
Text Example
Text Example
White with #973099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973099; }
p { color: rgb(151,48,153); }
H1.HeaderClassName
{
color: #973099;
}
.AnyTagClassName
{
color: #973099;
}
</style>
background-color css
<style>
a { background-color: #973099; }
a { background-color: rgb(151,48,153); }
div.DivClassName
{
background-color: #973099;
}
.BgClassName
{
background-color: #973099;
}
</style>
border-color css
<style>
span { border-color: #973099; }
span { border-color: rgb(151,48,153); }
td.TdClassName
{
border-color: #973099;
}
.TagClassName
{
border-color: #973099;
}
</style>