Shades of Violet Blue #987096
Tints of Violet Blue #987096
RGB
CMYK
RGB Variations
Color information
#987096 (or 0x987096) is known color: Violet Blue. HEX triplet: 98, 70 and 96. RGB value is (152,112,150). Sum of RGB (Red+Green+Blue) = 152+112+150=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #987096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987096 is #678F69. Grayscale: #808080. Windows color (decimal): -6786922 or 9859224. OLE color: 9859224.
HSL color Cylindrical-coordinate representation of color #987096: hue angle of 303º 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 #987096 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 150 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.40 |
| HSL | 303º | 0.16% | 0.52% | - |
| HSV(B) | 303º | 0.26% | 0.6% | - |
| XYZ | 24.25 | 20.47 | 31.53 | - |
| YUV | 128.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 150 | 0 | 0.26 | 0.01 | 0.40 | 303 | 0.16 | 0.52 |
| Hex | 98 | 70 | 96 | 0 | 1A | 1 | 28 | 12F | 10 | 34 |
| Octal | 230 | 160 | 226 | 0 | 32 | 1 | 50 | 457 | 20 | 64 |
| Binary | 10011000 | 1110000 | 10010110 | 0 | 11010 | 1 | 101000 | 100101111 | 10000 | 110100 |
Color Harmonies of #987096
Complementary color
Monochromatic Colors of #987096
Black with #987096
Text Example
Text Example
White with #987096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987096; }
p { color: rgb(152,112,150); }
H1.HeaderClassName
{
color: #987096;
}
.AnyTagClassName
{
color: #987096;
}
</style>
background-color css
<style>
a { background-color: #987096; }
a { background-color: rgb(152,112,150); }
div.DivClassName
{
background-color: #987096;
}
.BgClassName
{
background-color: #987096;
}
</style>
border-color css
<style>
span { border-color: #987096; }
span { border-color: rgb(152,112,150); }
td.TdClassName
{
border-color: #987096;
}
.TagClassName
{
border-color: #987096;
}
</style>