Shades of Violet Blue #997698
Tints of Violet Blue #997698
RGB
CMYK
RGB Variations
Color information
#997698 (or 0x997698) is known color: Violet Blue. HEX triplet: 99, 76 and 98. RGB value is (153,118,152). Sum of RGB (Red+Green+Blue) = 153+118+152=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #997698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997698 is #668967. Grayscale: #848484. Windows color (decimal): -6719848 or 9991833. OLE color: 9991833.
HSL color Cylindrical-coordinate representation of color #997698: hue angle of 301.71º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997698 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 152 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.4 |
| HSL | 301.71º | 0.15% | 0.53% | - |
| HSV(B) | 301.71º | 0.23% | 0.6% | - |
| XYZ | 25.28 | 22 | 32.62 | - |
| YUV | 132.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 152 | 0 | 0.23 | 0.01 | 0.4 | 301.71 | 0.15 | 0.53 |
| Hex | 99 | 76 | 98 | 0 | 17 | 1 | 28 | 12E | F | 35 |
| Octal | 231 | 166 | 230 | 0 | 27 | 1 | 50 | 456 | 17 | 65 |
| Binary | 10011001 | 1110110 | 10011000 | 0 | 10111 | 1 | 101000 | 100101110 | 1111 | 110101 |
Color Harmonies of #997698
Complementary color
Monochromatic Colors of #997698
Black with #997698
Text Example
Text Example
White with #997698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997698; }
p { color: rgb(153,118,152); }
H1.HeaderClassName
{
color: #997698;
}
.AnyTagClassName
{
color: #997698;
}
</style>
background-color css
<style>
a { background-color: #997698; }
a { background-color: rgb(153,118,152); }
div.DivClassName
{
background-color: #997698;
}
.BgClassName
{
background-color: #997698;
}
</style>
border-color css
<style>
span { border-color: #997698; }
span { border-color: rgb(153,118,152); }
td.TdClassName
{
border-color: #997698;
}
.TagClassName
{
border-color: #997698;
}
</style>