Shades of Violet Blue #977194
Tints of Violet Blue #977194
RGB
CMYK
RGB Variations
Color information
#977194 (or 0x977194) is known color: Violet Blue. HEX triplet: 97, 71 and 94. RGB value is (151,113,148). Sum of RGB (Red+Green+Blue) = 151+113+148=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 151 - color contains mainly: red. Hex color #977194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977194 is #688E6B. Grayscale: #808080. Windows color (decimal): -6852204 or 9728407. OLE color: 9728407.
HSL color Cylindrical-coordinate representation of color #977194: hue angle of 304.74º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977194 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 113 | 148 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.41 |
| HSL | 304.74º | 0.15% | 0.52% | - |
| HSV(B) | 304.74º | 0.25% | 0.59% | - |
| XYZ | 24.01 | 20.53 | 30.71 | - |
| YUV | 128.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 148 | 0 | 0.25 | 0.02 | 0.41 | 304.74 | 0.15 | 0.52 |
| Hex | 97 | 71 | 94 | 0 | 19 | 2 | 29 | 131 | F | 34 |
| Octal | 227 | 161 | 224 | 0 | 31 | 2 | 51 | 461 | 17 | 64 |
| Binary | 10010111 | 1110001 | 10010100 | 0 | 11001 | 10 | 101001 | 100110001 | 1111 | 110100 |
Color Harmonies of #977194
Complementary color
Monochromatic Colors of #977194
Black with #977194
Text Example
Text Example
White with #977194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977194; }
p { color: rgb(151,113,148); }
H1.HeaderClassName
{
color: #977194;
}
.AnyTagClassName
{
color: #977194;
}
</style>
background-color css
<style>
a { background-color: #977194; }
a { background-color: rgb(151,113,148); }
div.DivClassName
{
background-color: #977194;
}
.BgClassName
{
background-color: #977194;
}
</style>
border-color css
<style>
span { border-color: #977194; }
span { border-color: rgb(151,113,148); }
td.TdClassName
{
border-color: #977194;
}
.TagClassName
{
border-color: #977194;
}
</style>