Shades of Violet Blue #987196
Tints of Violet Blue #987196
RGB
CMYK
RGB Variations
Color information
#987196 (or 0x987196) is known color: Violet Blue. HEX triplet: 98, 71 and 96. RGB value is (152,113,150). Sum of RGB (Red+Green+Blue) = 152+113+150=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #987196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987196 is #678E69. Grayscale: #808080. Windows color (decimal): -6786666 or 9859480. OLE color: 9859480.
HSL color Cylindrical-coordinate representation of color #987196: hue angle of 303.08º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987196 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 150 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.40 |
| HSL | 303.08º | 0.16% | 0.52% | - |
| HSV(B) | 303.08º | 0.26% | 0.6% | - |
| XYZ | 24.36 | 20.69 | 31.56 | - |
| YUV | 128.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 150 | 0 | 0.26 | 0.01 | 0.40 | 303.08 | 0.16 | 0.52 |
| Hex | 98 | 71 | 96 | 0 | 1A | 1 | 28 | 12F | 10 | 34 |
| Octal | 230 | 161 | 226 | 0 | 32 | 1 | 50 | 457 | 20 | 64 |
| Binary | 10011000 | 1110001 | 10010110 | 0 | 11010 | 1 | 101000 | 100101111 | 10000 | 110100 |
Color Harmonies of #987196
Complementary color
Monochromatic Colors of #987196
Black with #987196
Text Example
Text Example
White with #987196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987196; }
p { color: rgb(152,113,150); }
H1.HeaderClassName
{
color: #987196;
}
.AnyTagClassName
{
color: #987196;
}
</style>
background-color css
<style>
a { background-color: #987196; }
a { background-color: rgb(152,113,150); }
div.DivClassName
{
background-color: #987196;
}
.BgClassName
{
background-color: #987196;
}
</style>
border-color css
<style>
span { border-color: #987196; }
span { border-color: rgb(152,113,150); }
td.TdClassName
{
border-color: #987196;
}
.TagClassName
{
border-color: #987196;
}
</style>