Shades of Violet Blue #974E9E
Tints of Violet Blue #974E9E
RGB
CMYK
RGB Variations
Color information
#974E9E (or 0x974E9E) is known color: Violet Blue. HEX triplet: 97, 4E and 9E. RGB value is (151,78,158). Sum of RGB (Red+Green+Blue) = 151+78+158=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #974E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974E9E is #68B161. Grayscale: #6C6C6C. Windows color (decimal): -6861154 or 10374807. OLE color: 10374807.
HSL color Cylindrical-coordinate representation of color #974E9E: hue angle of 294.75º 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 #974E9E is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 78 | 158 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.38 |
| HSL | 294.75º | 0.34% | 0.46% | - |
| HSV(B) | 294.75º | 0.51% | 0.62% | - |
| XYZ | 21.66 | 14.5 | 34 | - |
| YUV | 108.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 158 | 0.04 | 0.51 | 0 | 0.38 | 294.75 | 0.34 | 0.46 |
| Hex | 97 | 4E | 9E | 4 | 33 | 0 | 26 | 127 | 22 | 2E |
| Octal | 227 | 116 | 236 | 4 | 63 | 0 | 46 | 447 | 42 | 56 |
| Binary | 10010111 | 1001110 | 10011110 | 100 | 110011 | 0 | 100110 | 100100111 | 100010 | 101110 |
Color Harmonies of #974E9E
Complementary color
Monochromatic Colors of #974E9E
Black with #974E9E
Text Example
Text Example
White with #974E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974E9E; }
p { color: rgb(151,78,158); }
H1.HeaderClassName
{
color: #974E9E;
}
.AnyTagClassName
{
color: #974E9E;
}
</style>
background-color css
<style>
a { background-color: #974E9E; }
a { background-color: rgb(151,78,158); }
div.DivClassName
{
background-color: #974E9E;
}
.BgClassName
{
background-color: #974E9E;
}
</style>
border-color css
<style>
span { border-color: #974E9E; }
span { border-color: rgb(151,78,158); }
td.TdClassName
{
border-color: #974E9E;
}
.TagClassName
{
border-color: #974E9E;
}
</style>