Shades of Violet Blue #974FA3
Tints of Violet Blue #974FA3
RGB
CMYK
RGB Variations
Color information
#974FA3 (or 0x974FA3) is known color: Violet Blue. HEX triplet: 97, 4F and A3. RGB value is (151,79,163). Sum of RGB (Red+Green+Blue) = 151+79+163=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #974FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974FA3 is #68B05C. Grayscale: #6D6D6D. Windows color (decimal): -6860893 or 10702743. OLE color: 10702743.
HSL color Cylindrical-coordinate representation of color #974FA3: hue angle of 291.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #974FA3 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 79 | 163 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.36 |
| HSL | 291.43º | 0.35% | 0.47% | - |
| HSV(B) | 291.43º | 0.52% | 0.64% | - |
| XYZ | 22.17 | 14.82 | 36.34 | - |
| YUV | 110.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 163 | 0.07 | 0.52 | 0 | 0.36 | 291.43 | 0.35 | 0.47 |
| Hex | 97 | 4F | A3 | 7 | 34 | 0 | 24 | 123 | 23 | 2F |
| Octal | 227 | 117 | 243 | 7 | 64 | 0 | 44 | 443 | 43 | 57 |
| Binary | 10010111 | 1001111 | 10100011 | 111 | 110100 | 0 | 100100 | 100100011 | 100011 | 101111 |
Color Harmonies of #974FA3
Complementary color
Monochromatic Colors of #974FA3
Black with #974FA3
Text Example
Text Example
White with #974FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FA3; }
p { color: rgb(151,79,163); }
H1.HeaderClassName
{
color: #974FA3;
}
.AnyTagClassName
{
color: #974FA3;
}
</style>
background-color css
<style>
a { background-color: #974FA3; }
a { background-color: rgb(151,79,163); }
div.DivClassName
{
background-color: #974FA3;
}
.BgClassName
{
background-color: #974FA3;
}
</style>
border-color css
<style>
span { border-color: #974FA3; }
span { border-color: rgb(151,79,163); }
td.TdClassName
{
border-color: #974FA3;
}
.TagClassName
{
border-color: #974FA3;
}
</style>