Shades of Violet Blue #997B99
Tints of Violet Blue #997B99
RGB
CMYK
RGB Variations
Color information
#997B99 (or 0x997B99) is known color: Violet Blue. HEX triplet: 99, 7B and 99. RGB value is (153,123,153). Sum of RGB (Red+Green+Blue) = 153+123+153=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #997B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997B99 is #668466. Grayscale: #878787. Windows color (decimal): -6718567 or 10058649. OLE color: 10058649.
HSL color Cylindrical-coordinate representation of color #997B99: hue angle of 300º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #997B99 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 153 | - |
| CMYK | 0 | 0.20 | 0 | 0.4 |
| HSL | 300º | 0.13% | 0.54% | - |
| HSV(B) | 300º | 0.2% | 0.6% | - |
| XYZ | 25.97 | 23.24 | 33.25 | - |
| YUV | 135.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 153 | 0 | 0.20 | 0 | 0.4 | 300 | 0.13 | 0.54 |
| Hex | 99 | 7B | 99 | 0 | 14 | 0 | 28 | 12C | D | 36 |
| Octal | 231 | 173 | 231 | 0 | 24 | 0 | 50 | 454 | 15 | 66 |
| Binary | 10011001 | 1111011 | 10011001 | 0 | 10100 | 0 | 101000 | 100101100 | 1101 | 110110 |
Color Harmonies of #997B99
Complementary color
Monochromatic Colors of #997B99
Black with #997B99
Text Example
Text Example
White with #997B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B99; }
p { color: rgb(153,123,153); }
H1.HeaderClassName
{
color: #997B99;
}
.AnyTagClassName
{
color: #997B99;
}
</style>
background-color css
<style>
a { background-color: #997B99; }
a { background-color: rgb(153,123,153); }
div.DivClassName
{
background-color: #997B99;
}
.BgClassName
{
background-color: #997B99;
}
</style>
border-color css
<style>
span { border-color: #997B99; }
span { border-color: rgb(153,123,153); }
td.TdClassName
{
border-color: #997B99;
}
.TagClassName
{
border-color: #997B99;
}
</style>