Shades of Violet Blue #974A8A
Tints of Violet Blue #974A8A
RGB
CMYK
RGB Variations
Color information
#974A8A (or 0x974A8A) is known color: Violet Blue. HEX triplet: 97, 4A and 8A. RGB value is (151,74,138). Sum of RGB (Red+Green+Blue) = 151+74+138=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #974A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974A8A is #68B575. Grayscale: #686868. Windows color (decimal): -6862198 or 9063063. OLE color: 9063063.
HSL color Cylindrical-coordinate representation of color #974A8A: hue angle of 310.13º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974A8A is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 74 | 138 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.41 |
| HSL | 310.13º | 0.34% | 0.44% | - |
| HSV(B) | 310.13º | 0.51% | 0.59% | - |
| XYZ | 19.8 | 13.31 | 25.57 | - |
| YUV | 104.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 138 | 0 | 0.51 | 0.09 | 0.41 | 310.13 | 0.34 | 0.44 |
| Hex | 97 | 4A | 8A | 0 | 33 | 9 | 29 | 136 | 22 | 2C |
| Octal | 227 | 112 | 212 | 0 | 63 | 11 | 51 | 466 | 42 | 54 |
| Binary | 10010111 | 1001010 | 10001010 | 0 | 110011 | 1001 | 101001 | 100110110 | 100010 | 101100 |
Color Harmonies of #974A8A
Complementary color
Monochromatic Colors of #974A8A
Black with #974A8A
Text Example
Text Example
White with #974A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974A8A; }
p { color: rgb(151,74,138); }
H1.HeaderClassName
{
color: #974A8A;
}
.AnyTagClassName
{
color: #974A8A;
}
</style>
background-color css
<style>
a { background-color: #974A8A; }
a { background-color: rgb(151,74,138); }
div.DivClassName
{
background-color: #974A8A;
}
.BgClassName
{
background-color: #974A8A;
}
</style>
border-color css
<style>
span { border-color: #974A8A; }
span { border-color: rgb(151,74,138); }
td.TdClassName
{
border-color: #974A8A;
}
.TagClassName
{
border-color: #974A8A;
}
</style>