Shades of Violet Blue #974BA2
Tints of Violet Blue #974BA2
RGB
CMYK
RGB Variations
Color information
#974BA2 (or 0x974BA2) is known color: Violet Blue. HEX triplet: 97, 4B and A2. RGB value is (151,75,162). Sum of RGB (Red+Green+Blue) = 151+75+162=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 162 - color contains mainly: blue. Hex color #974BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974BA2 is #68B45D. Grayscale: #6B6B6B. Windows color (decimal): -6861918 or 10636183. OLE color: 10636183.
HSL color Cylindrical-coordinate representation of color #974BA2: hue angle of 292.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974BA2 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 75 | 162 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.36 |
| HSL | 292.41º | 0.37% | 0.46% | - |
| HSV(B) | 292.41º | 0.54% | 0.64% | - |
| XYZ | 21.8 | 14.22 | 35.78 | - |
| YUV | 107.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 162 | 0.07 | 0.54 | 0 | 0.36 | 292.41 | 0.37 | 0.46 |
| Hex | 97 | 4B | A2 | 7 | 36 | 0 | 24 | 124 | 25 | 2E |
| Octal | 227 | 113 | 242 | 7 | 66 | 0 | 44 | 444 | 45 | 56 |
| Binary | 10010111 | 1001011 | 10100010 | 111 | 110110 | 0 | 100100 | 100100100 | 100101 | 101110 |
Color Harmonies of #974BA2
Complementary color
Monochromatic Colors of #974BA2
Black with #974BA2
Text Example
Text Example
White with #974BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974BA2; }
p { color: rgb(151,75,162); }
H1.HeaderClassName
{
color: #974BA2;
}
.AnyTagClassName
{
color: #974BA2;
}
</style>
background-color css
<style>
a { background-color: #974BA2; }
a { background-color: rgb(151,75,162); }
div.DivClassName
{
background-color: #974BA2;
}
.BgClassName
{
background-color: #974BA2;
}
</style>
border-color css
<style>
span { border-color: #974BA2; }
span { border-color: rgb(151,75,162); }
td.TdClassName
{
border-color: #974BA2;
}
.TagClassName
{
border-color: #974BA2;
}
</style>