Shades of Violet Blue #974D9E
Tints of Violet Blue #974D9E
RGB
CMYK
RGB Variations
Color information
#974D9E (or 0x974D9E) is known color: Violet Blue. HEX triplet: 97, 4D and 9E. RGB value is (151,77,158). Sum of RGB (Red+Green+Blue) = 151+77+158=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #974D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974D9E is #68B261. Grayscale: #6C6C6C. Windows color (decimal): -6861410 or 10374551. OLE color: 10374551.
HSL color Cylindrical-coordinate representation of color #974D9E: hue angle of 294.81º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974D9E is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 77 | 158 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.38 |
| HSL | 294.81º | 0.34% | 0.46% | - |
| HSV(B) | 294.81º | 0.51% | 0.62% | - |
| XYZ | 21.59 | 14.36 | 33.98 | - |
| YUV | 108.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 158 | 0.04 | 0.51 | 0 | 0.38 | 294.81 | 0.34 | 0.46 |
| Hex | 97 | 4D | 9E | 4 | 33 | 0 | 26 | 127 | 22 | 2E |
| Octal | 227 | 115 | 236 | 4 | 63 | 0 | 46 | 447 | 42 | 56 |
| Binary | 10010111 | 1001101 | 10011110 | 100 | 110011 | 0 | 100110 | 100100111 | 100010 | 101110 |
Color Harmonies of #974D9E
Complementary color
Monochromatic Colors of #974D9E
Black with #974D9E
Text Example
Text Example
White with #974D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974D9E; }
p { color: rgb(151,77,158); }
H1.HeaderClassName
{
color: #974D9E;
}
.AnyTagClassName
{
color: #974D9E;
}
</style>
background-color css
<style>
a { background-color: #974D9E; }
a { background-color: rgb(151,77,158); }
div.DivClassName
{
background-color: #974D9E;
}
.BgClassName
{
background-color: #974D9E;
}
</style>
border-color css
<style>
span { border-color: #974D9E; }
span { border-color: rgb(151,77,158); }
td.TdClassName
{
border-color: #974D9E;
}
.TagClassName
{
border-color: #974D9E;
}
</style>