Shades of Violet Blue #974699
Tints of Violet Blue #974699
RGB
CMYK
RGB Variations
Color information
#974699 (or 0x974699) is known color: Violet Blue. HEX triplet: 97, 46 and 99. RGB value is (151,70,153). Sum of RGB (Red+Green+Blue) = 151+70+153=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #974699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974699 is #68B966. Grayscale: #676767. Windows color (decimal): -6863207 or 10045079. OLE color: 10045079.
HSL color Cylindrical-coordinate representation of color #974699: hue angle of 298.55º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974699 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 70 | 153 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.4 |
| HSL | 298.55º | 0.37% | 0.44% | - |
| HSV(B) | 298.55º | 0.54% | 0.6% | - |
| XYZ | 20.7 | 13.26 | 31.61 | - |
| YUV | 103.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 153 | 0.01 | 0.54 | 0 | 0.4 | 298.55 | 0.37 | 0.44 |
| Hex | 97 | 46 | 99 | 1 | 36 | 0 | 28 | 12B | 25 | 2C |
| Octal | 227 | 106 | 231 | 1 | 66 | 0 | 50 | 453 | 45 | 54 |
| Binary | 10010111 | 1000110 | 10011001 | 1 | 110110 | 0 | 101000 | 100101011 | 100101 | 101100 |
Color Harmonies of #974699
Complementary color
Monochromatic Colors of #974699
Black with #974699
Text Example
Text Example
White with #974699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974699; }
p { color: rgb(151,70,153); }
H1.HeaderClassName
{
color: #974699;
}
.AnyTagClassName
{
color: #974699;
}
</style>
background-color css
<style>
a { background-color: #974699; }
a { background-color: rgb(151,70,153); }
div.DivClassName
{
background-color: #974699;
}
.BgClassName
{
background-color: #974699;
}
</style>
border-color css
<style>
span { border-color: #974699; }
span { border-color: rgb(151,70,153); }
td.TdClassName
{
border-color: #974699;
}
.TagClassName
{
border-color: #974699;
}
</style>