Shades of Violet Blue #974F94
Tints of Violet Blue #974F94
RGB
CMYK
RGB Variations
Color information
#974F94 (or 0x974F94) is known color: Violet Blue. HEX triplet: 97, 4F and 94. RGB value is (151,79,148). Sum of RGB (Red+Green+Blue) = 151+79+148=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #974F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974F94 is #68B06B. Grayscale: #6C6C6C. Windows color (decimal): -6860908 or 9719703. OLE color: 9719703.
HSL color Cylindrical-coordinate representation of color #974F94: hue angle of 302.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #974F94 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 79 | 148 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.41 |
| HSL | 302.5º | 0.31% | 0.45% | - |
| HSV(B) | 302.5º | 0.48% | 0.59% | - |
| XYZ | 20.9 | 14.31 | 29.68 | - |
| YUV | 108.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 148 | 0 | 0.48 | 0.02 | 0.41 | 302.5 | 0.31 | 0.45 |
| Hex | 97 | 4F | 94 | 0 | 30 | 2 | 29 | 12E | 1F | 2D |
| Octal | 227 | 117 | 224 | 0 | 60 | 2 | 51 | 456 | 37 | 55 |
| Binary | 10010111 | 1001111 | 10010100 | 0 | 110000 | 10 | 101001 | 100101110 | 11111 | 101101 |
Color Harmonies of #974F94
Complementary color
Monochromatic Colors of #974F94
Black with #974F94
Text Example
Text Example
White with #974F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974F94; }
p { color: rgb(151,79,148); }
H1.HeaderClassName
{
color: #974F94;
}
.AnyTagClassName
{
color: #974F94;
}
</style>
background-color css
<style>
a { background-color: #974F94; }
a { background-color: rgb(151,79,148); }
div.DivClassName
{
background-color: #974F94;
}
.BgClassName
{
background-color: #974F94;
}
</style>
border-color css
<style>
span { border-color: #974F94; }
span { border-color: rgb(151,79,148); }
td.TdClassName
{
border-color: #974F94;
}
.TagClassName
{
border-color: #974F94;
}
</style>