Shades of Violet Blue #976B99
Tints of Violet Blue #976B99
RGB
CMYK
RGB Variations
Color information
#976B99 (or 0x976B99) is known color: Violet Blue. HEX triplet: 97, 6B and 99. RGB value is (151,107,153). Sum of RGB (Red+Green+Blue) = 151+107+153=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #976B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976B99 is #689466. Grayscale: #7D7D7D. Windows color (decimal): -6853735 or 10054551. OLE color: 10054551.
HSL color Cylindrical-coordinate representation of color #976B99: hue angle of 297.39º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976B99 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 107 | 153 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.4 |
| HSL | 297.39º | 0.18% | 0.51% | - |
| HSV(B) | 297.39º | 0.3% | 0.6% | - |
| XYZ | 23.77 | 19.39 | 32.63 | - |
| YUV | 125.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 153 | 0.01 | 0.30 | 0 | 0.4 | 297.39 | 0.18 | 0.51 |
| Hex | 97 | 6B | 99 | 1 | 1E | 0 | 28 | 129 | 12 | 33 |
| Octal | 227 | 153 | 231 | 1 | 36 | 0 | 50 | 451 | 22 | 63 |
| Binary | 10010111 | 1101011 | 10011001 | 1 | 11110 | 0 | 101000 | 100101001 | 10010 | 110011 |
Color Harmonies of #976B99
Complementary color
Monochromatic Colors of #976B99
Black with #976B99
Text Example
Text Example
White with #976B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976B99; }
p { color: rgb(151,107,153); }
H1.HeaderClassName
{
color: #976B99;
}
.AnyTagClassName
{
color: #976B99;
}
</style>
background-color css
<style>
a { background-color: #976B99; }
a { background-color: rgb(151,107,153); }
div.DivClassName
{
background-color: #976B99;
}
.BgClassName
{
background-color: #976B99;
}
</style>
border-color css
<style>
span { border-color: #976B99; }
span { border-color: rgb(151,107,153); }
td.TdClassName
{
border-color: #976B99;
}
.TagClassName
{
border-color: #976B99;
}
</style>