Shades of Violet Blue #974690
Tints of Violet Blue #974690
RGB
CMYK
RGB Variations
Color information
#974690 (or 0x974690) is known color: Violet Blue. HEX triplet: 97, 46 and 90. RGB value is (151,70,144). Sum of RGB (Red+Green+Blue) = 151+70+144=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #974690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974690 is #68B96F. Grayscale: #666666. Windows color (decimal): -6863216 or 9455255. OLE color: 9455255.
HSL color Cylindrical-coordinate representation of color #974690: hue angle of 305.19º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974690 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 144 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.41 |
| HSL | 305.19º | 0.37% | 0.43% | - |
| HSV(B) | 305.19º | 0.54% | 0.59% | - |
| XYZ | 19.99 | 12.97 | 27.84 | - |
| YUV | 102.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 144 | 0 | 0.54 | 0.05 | 0.41 | 305.19 | 0.37 | 0.43 |
| Hex | 97 | 46 | 90 | 0 | 36 | 5 | 29 | 131 | 25 | 2B |
| Octal | 227 | 106 | 220 | 0 | 66 | 5 | 51 | 461 | 45 | 53 |
| Binary | 10010111 | 1000110 | 10010000 | 0 | 110110 | 101 | 101001 | 100110001 | 100101 | 101011 |
Color Harmonies of #974690
Complementary color
Monochromatic Colors of #974690
Black with #974690
Text Example
Text Example
White with #974690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974690; }
p { color: rgb(151,70,144); }
H1.HeaderClassName
{
color: #974690;
}
.AnyTagClassName
{
color: #974690;
}
</style>
background-color css
<style>
a { background-color: #974690; }
a { background-color: rgb(151,70,144); }
div.DivClassName
{
background-color: #974690;
}
.BgClassName
{
background-color: #974690;
}
</style>
border-color css
<style>
span { border-color: #974690; }
span { border-color: rgb(151,70,144); }
td.TdClassName
{
border-color: #974690;
}
.TagClassName
{
border-color: #974690;
}
</style>