Shades of Violet Blue #974A8E
Tints of Violet Blue #974A8E
RGB
CMYK
RGB Variations
Color information
#974A8E (or 0x974A8E) is known color: Violet Blue. HEX triplet: 97, 4A and 8E. RGB value is (151,74,142). Sum of RGB (Red+Green+Blue) = 151+74+142=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #974A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974A8E is #68B571. Grayscale: #686868. Windows color (decimal): -6862194 or 9325207. OLE color: 9325207.
HSL color Cylindrical-coordinate representation of color #974A8E: hue angle of 307.01º 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 #974A8E is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 74 | 142 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.41 |
| HSL | 307.01º | 0.34% | 0.44% | - |
| HSV(B) | 307.01º | 0.51% | 0.59% | - |
| XYZ | 20.09 | 13.43 | 27.12 | - |
| YUV | 104.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 142 | 0 | 0.51 | 0.06 | 0.41 | 307.01 | 0.34 | 0.44 |
| Hex | 97 | 4A | 8E | 0 | 33 | 6 | 29 | 133 | 22 | 2C |
| Octal | 227 | 112 | 216 | 0 | 63 | 6 | 51 | 463 | 42 | 54 |
| Binary | 10010111 | 1001010 | 10001110 | 0 | 110011 | 110 | 101001 | 100110011 | 100010 | 101100 |
Color Harmonies of #974A8E
Complementary color
Monochromatic Colors of #974A8E
Black with #974A8E
Text Example
Text Example
White with #974A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974A8E; }
p { color: rgb(151,74,142); }
H1.HeaderClassName
{
color: #974A8E;
}
.AnyTagClassName
{
color: #974A8E;
}
</style>
background-color css
<style>
a { background-color: #974A8E; }
a { background-color: rgb(151,74,142); }
div.DivClassName
{
background-color: #974A8E;
}
.BgClassName
{
background-color: #974A8E;
}
</style>
border-color css
<style>
span { border-color: #974A8E; }
span { border-color: rgb(151,74,142); }
td.TdClassName
{
border-color: #974A8E;
}
.TagClassName
{
border-color: #974A8E;
}
</style>