Shades of Violet Blue #974790
Tints of Violet Blue #974790
RGB
CMYK
RGB Variations
Color information
#974790 (or 0x974790) is known color: Violet Blue. HEX triplet: 97, 47 and 90. RGB value is (151,71,144). Sum of RGB (Red+Green+Blue) = 151+71+144=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #974790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974790 is #68B86F. Grayscale: #676767. Windows color (decimal): -6862960 or 9455511. OLE color: 9455511.
HSL color Cylindrical-coordinate representation of color #974790: hue angle of 305.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #974790 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 71 | 144 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.41 |
| HSL | 305.25º | 0.36% | 0.44% | - |
| HSV(B) | 305.25º | 0.53% | 0.59% | - |
| XYZ | 20.05 | 13.1 | 27.86 | - |
| YUV | 103.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 71 | 144 | 0 | 0.53 | 0.05 | 0.41 | 305.25 | 0.36 | 0.44 |
| Hex | 97 | 47 | 90 | 0 | 35 | 5 | 29 | 131 | 24 | 2C |
| Octal | 227 | 107 | 220 | 0 | 65 | 5 | 51 | 461 | 44 | 54 |
| Binary | 10010111 | 1000111 | 10010000 | 0 | 110101 | 101 | 101001 | 100110001 | 100100 | 101100 |
Color Harmonies of #974790
Complementary color
Monochromatic Colors of #974790
Black with #974790
Text Example
Text Example
White with #974790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974790; }
p { color: rgb(151,71,144); }
H1.HeaderClassName
{
color: #974790;
}
.AnyTagClassName
{
color: #974790;
}
</style>
background-color css
<style>
a { background-color: #974790; }
a { background-color: rgb(151,71,144); }
div.DivClassName
{
background-color: #974790;
}
.BgClassName
{
background-color: #974790;
}
</style>
border-color css
<style>
span { border-color: #974790; }
span { border-color: rgb(151,71,144); }
td.TdClassName
{
border-color: #974790;
}
.TagClassName
{
border-color: #974790;
}
</style>