Shades of Violet Blue #974A92
Tints of Violet Blue #974A92
RGB
CMYK
RGB Variations
Color information
#974A92 (or 0x974A92) is known color: Violet Blue. HEX triplet: 97, 4A and 92. RGB value is (151,74,146). Sum of RGB (Red+Green+Blue) = 151+74+146=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #974A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974A92 is #68B56D. Grayscale: #696969. Windows color (decimal): -6862190 or 9587351. OLE color: 9587351.
HSL color Cylindrical-coordinate representation of color #974A92: hue angle of 303.9º 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 #974A92 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 74 | 146 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.41 |
| HSL | 303.9º | 0.34% | 0.44% | - |
| HSV(B) | 303.9º | 0.51% | 0.59% | - |
| XYZ | 20.4 | 13.55 | 28.73 | - |
| YUV | 105.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 146 | 0 | 0.51 | 0.03 | 0.41 | 303.9 | 0.34 | 0.44 |
| Hex | 97 | 4A | 92 | 0 | 33 | 3 | 29 | 130 | 22 | 2C |
| Octal | 227 | 112 | 222 | 0 | 63 | 3 | 51 | 460 | 42 | 54 |
| Binary | 10010111 | 1001010 | 10010010 | 0 | 110011 | 11 | 101001 | 100110000 | 100010 | 101100 |
Color Harmonies of #974A92
Complementary color
Monochromatic Colors of #974A92
Black with #974A92
Text Example
Text Example
White with #974A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974A92; }
p { color: rgb(151,74,146); }
H1.HeaderClassName
{
color: #974A92;
}
.AnyTagClassName
{
color: #974A92;
}
</style>
background-color css
<style>
a { background-color: #974A92; }
a { background-color: rgb(151,74,146); }
div.DivClassName
{
background-color: #974A92;
}
.BgClassName
{
background-color: #974A92;
}
</style>
border-color css
<style>
span { border-color: #974A92; }
span { border-color: rgb(151,74,146); }
td.TdClassName
{
border-color: #974A92;
}
.TagClassName
{
border-color: #974A92;
}
</style>