Shades of Violet Blue #977495
Tints of Violet Blue #977495
RGB
CMYK
RGB Variations
Color information
#977495 (or 0x977495) is known color: Violet Blue. HEX triplet: 97, 74 and 95. RGB value is (151,116,149). Sum of RGB (Red+Green+Blue) = 151+116+149=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 151 - color contains mainly: red. Hex color #977495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977495 is #688B6A. Grayscale: #828282. Windows color (decimal): -6851435 or 9794711. OLE color: 9794711.
HSL color Cylindrical-coordinate representation of color #977495: hue angle of 303.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #977495 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 116 | 149 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.41 |
| HSL | 303.43º | 0.14% | 0.52% | - |
| HSV(B) | 303.43º | 0.23% | 0.59% | - |
| XYZ | 24.43 | 21.24 | 31.25 | - |
| YUV | 130.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 116 | 149 | 0 | 0.23 | 0.01 | 0.41 | 303.43 | 0.14 | 0.52 |
| Hex | 97 | 74 | 95 | 0 | 17 | 1 | 29 | 12F | E | 34 |
| Octal | 227 | 164 | 225 | 0 | 27 | 1 | 51 | 457 | 16 | 64 |
| Binary | 10010111 | 1110100 | 10010101 | 0 | 10111 | 1 | 101001 | 100101111 | 1110 | 110100 |
Color Harmonies of #977495
Complementary color
Monochromatic Colors of #977495
Black with #977495
Text Example
Text Example
White with #977495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977495; }
p { color: rgb(151,116,149); }
H1.HeaderClassName
{
color: #977495;
}
.AnyTagClassName
{
color: #977495;
}
</style>
background-color css
<style>
a { background-color: #977495; }
a { background-color: rgb(151,116,149); }
div.DivClassName
{
background-color: #977495;
}
.BgClassName
{
background-color: #977495;
}
</style>
border-color css
<style>
span { border-color: #977495; }
span { border-color: rgb(151,116,149); }
td.TdClassName
{
border-color: #977495;
}
.TagClassName
{
border-color: #977495;
}
</style>