Shades of Violet Blue #974BA0
Tints of Violet Blue #974BA0
RGB
CMYK
RGB Variations
Color information
#974BA0 (or 0x974BA0) is known color: Violet Blue. HEX triplet: 97, 4B and A0. RGB value is (151,75,160). Sum of RGB (Red+Green+Blue) = 151+75+160=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #974BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974BA0 is #68B45F. Grayscale: #6B6B6B. Windows color (decimal): -6861920 or 10505111. OLE color: 10505111.
HSL color Cylindrical-coordinate representation of color #974BA0: hue angle of 293.65º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #974BA0 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 75 | 160 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.37 |
| HSL | 293.65º | 0.36% | 0.46% | - |
| HSV(B) | 293.65º | 0.53% | 0.63% | - |
| XYZ | 21.62 | 14.15 | 34.85 | - |
| YUV | 107.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 160 | 0.06 | 0.53 | 0 | 0.37 | 293.65 | 0.36 | 0.46 |
| Hex | 97 | 4B | A0 | 6 | 35 | 0 | 25 | 126 | 24 | 2E |
| Octal | 227 | 113 | 240 | 6 | 65 | 0 | 45 | 446 | 44 | 56 |
| Binary | 10010111 | 1001011 | 10100000 | 110 | 110101 | 0 | 100101 | 100100110 | 100100 | 101110 |
Color Harmonies of #974BA0
Complementary color
Monochromatic Colors of #974BA0
Black with #974BA0
Text Example
Text Example
White with #974BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974BA0; }
p { color: rgb(151,75,160); }
H1.HeaderClassName
{
color: #974BA0;
}
.AnyTagClassName
{
color: #974BA0;
}
</style>
background-color css
<style>
a { background-color: #974BA0; }
a { background-color: rgb(151,75,160); }
div.DivClassName
{
background-color: #974BA0;
}
.BgClassName
{
background-color: #974BA0;
}
</style>
border-color css
<style>
span { border-color: #974BA0; }
span { border-color: rgb(151,75,160); }
td.TdClassName
{
border-color: #974BA0;
}
.TagClassName
{
border-color: #974BA0;
}
</style>