Shades of Violet Blue #987698
Tints of Violet Blue #987698
RGB
CMYK
RGB Variations
Color information
#987698 (or 0x987698) is known color: Violet Blue. HEX triplet: 98, 76 and 98. RGB value is (152,118,152). Sum of RGB (Red+Green+Blue) = 152+118+152=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #987698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987698 is #678967. Grayscale: #838383. Windows color (decimal): -6785384 or 9991832. OLE color: 9991832.
HSL color Cylindrical-coordinate representation of color #987698: hue angle of 300º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987698 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 152 | - |
| CMYK | 0 | 0.22 | 0 | 0.40 |
| HSL | 300º | 0.14% | 0.53% | - |
| HSV(B) | 300º | 0.22% | 0.6% | - |
| XYZ | 25.09 | 21.9 | 32.61 | - |
| YUV | 132.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 152 | 0 | 0.22 | 0 | 0.40 | 300 | 0.14 | 0.53 |
| Hex | 98 | 76 | 98 | 0 | 16 | 0 | 28 | 12C | E | 35 |
| Octal | 230 | 166 | 230 | 0 | 26 | 0 | 50 | 454 | 16 | 65 |
| Binary | 10011000 | 1110110 | 10011000 | 0 | 10110 | 0 | 101000 | 100101100 | 1110 | 110101 |
Color Harmonies of #987698
Complementary color
Monochromatic Colors of #987698
Black with #987698
Text Example
Text Example
White with #987698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987698; }
p { color: rgb(152,118,152); }
H1.HeaderClassName
{
color: #987698;
}
.AnyTagClassName
{
color: #987698;
}
</style>
background-color css
<style>
a { background-color: #987698; }
a { background-color: rgb(152,118,152); }
div.DivClassName
{
background-color: #987698;
}
.BgClassName
{
background-color: #987698;
}
</style>
border-color css
<style>
span { border-color: #987698; }
span { border-color: rgb(152,118,152); }
td.TdClassName
{
border-color: #987698;
}
.TagClassName
{
border-color: #987698;
}
</style>