Shades of Violet Blue #977299
Tints of Violet Blue #977299
RGB
CMYK
RGB Variations
Color information
#977299 (or 0x977299) is known color: Violet Blue. HEX triplet: 97, 72 and 99. RGB value is (151,114,153). Sum of RGB (Red+Green+Blue) = 151+114+153=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #977299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977299 is #688D66. Grayscale: #818181. Windows color (decimal): -6851943 or 10056343. OLE color: 10056343.
HSL color Cylindrical-coordinate representation of color #977299: hue angle of 296.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977299 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 114 | 153 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.4 |
| HSL | 296.92º | 0.16% | 0.52% | - |
| HSV(B) | 296.92º | 0.25% | 0.6% | - |
| XYZ | 24.53 | 20.91 | 32.88 | - |
| YUV | 129.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 114 | 153 | 0.01 | 0.25 | 0 | 0.4 | 296.92 | 0.16 | 0.52 |
| Hex | 97 | 72 | 99 | 1 | 19 | 0 | 28 | 129 | 10 | 34 |
| Octal | 227 | 162 | 231 | 1 | 31 | 0 | 50 | 451 | 20 | 64 |
| Binary | 10010111 | 1110010 | 10011001 | 1 | 11001 | 0 | 101000 | 100101001 | 10000 | 110100 |
Color Harmonies of #977299
Complementary color
Monochromatic Colors of #977299
Black with #977299
Text Example
Text Example
White with #977299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977299; }
p { color: rgb(151,114,153); }
H1.HeaderClassName
{
color: #977299;
}
.AnyTagClassName
{
color: #977299;
}
</style>
background-color css
<style>
a { background-color: #977299; }
a { background-color: rgb(151,114,153); }
div.DivClassName
{
background-color: #977299;
}
.BgClassName
{
background-color: #977299;
}
</style>
border-color css
<style>
span { border-color: #977299; }
span { border-color: rgb(151,114,153); }
td.TdClassName
{
border-color: #977299;
}
.TagClassName
{
border-color: #977299;
}
</style>