Shades of Violet Blue #974C8A
Tints of Violet Blue #974C8A
RGB
CMYK
RGB Variations
Color information
#974C8A (or 0x974C8A) is known color: Violet Blue. HEX triplet: 97, 4C and 8A. RGB value is (151,76,138). Sum of RGB (Red+Green+Blue) = 151+76+138=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #974C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974C8A is #68B375. Grayscale: #696969. Windows color (decimal): -6861686 or 9063575. OLE color: 9063575.
HSL color Cylindrical-coordinate representation of color #974C8A: hue angle of 310.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974C8A is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 76 | 138 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.41 |
| HSL | 310.4º | 0.33% | 0.45% | - |
| HSV(B) | 310.4º | 0.5% | 0.59% | - |
| XYZ | 19.93 | 13.58 | 25.62 | - |
| YUV | 105.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 138 | 0 | 0.50 | 0.09 | 0.41 | 310.4 | 0.33 | 0.45 |
| Hex | 97 | 4C | 8A | 0 | 32 | 9 | 29 | 136 | 21 | 2D |
| Octal | 227 | 114 | 212 | 0 | 62 | 11 | 51 | 466 | 41 | 55 |
| Binary | 10010111 | 1001100 | 10001010 | 0 | 110010 | 1001 | 101001 | 100110110 | 100001 | 101101 |
Color Harmonies of #974C8A
Complementary color
Monochromatic Colors of #974C8A
Black with #974C8A
Text Example
Text Example
White with #974C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974C8A; }
p { color: rgb(151,76,138); }
H1.HeaderClassName
{
color: #974C8A;
}
.AnyTagClassName
{
color: #974C8A;
}
</style>
background-color css
<style>
a { background-color: #974C8A; }
a { background-color: rgb(151,76,138); }
div.DivClassName
{
background-color: #974C8A;
}
.BgClassName
{
background-color: #974C8A;
}
</style>
border-color css
<style>
span { border-color: #974C8A; }
span { border-color: rgb(151,76,138); }
td.TdClassName
{
border-color: #974C8A;
}
.TagClassName
{
border-color: #974C8A;
}
</style>