Shades of Violet Blue #987098
Tints of Violet Blue #987098
RGB
CMYK
RGB Variations
Color information
#987098 (or 0x987098) is known color: Violet Blue. HEX triplet: 98, 70 and 98. RGB value is (152,112,152). Sum of RGB (Red+Green+Blue) = 152+112+152=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #987098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987098 is #678F67. Grayscale: #808080. Windows color (decimal): -6786920 or 9990296. OLE color: 9990296.
HSL color Cylindrical-coordinate representation of color #987098: hue angle of 300º 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 #987098 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 152 | - |
| CMYK | 0 | 0.26 | 0 | 0.40 |
| HSL | 300º | 0.16% | 0.52% | - |
| HSV(B) | 300º | 0.26% | 0.6% | - |
| XYZ | 24.41 | 20.53 | 32.38 | - |
| YUV | 128.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 152 | 0 | 0.26 | 0 | 0.40 | 300 | 0.16 | 0.52 |
| Hex | 98 | 70 | 98 | 0 | 1A | 0 | 28 | 12C | 10 | 34 |
| Octal | 230 | 160 | 230 | 0 | 32 | 0 | 50 | 454 | 20 | 64 |
| Binary | 10011000 | 1110000 | 10011000 | 0 | 11010 | 0 | 101000 | 100101100 | 10000 | 110100 |
Color Harmonies of #987098
Complementary color
Monochromatic Colors of #987098
Black with #987098
Text Example
Text Example
White with #987098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987098; }
p { color: rgb(152,112,152); }
H1.HeaderClassName
{
color: #987098;
}
.AnyTagClassName
{
color: #987098;
}
</style>
background-color css
<style>
a { background-color: #987098; }
a { background-color: rgb(152,112,152); }
div.DivClassName
{
background-color: #987098;
}
.BgClassName
{
background-color: #987098;
}
</style>
border-color css
<style>
span { border-color: #987098; }
span { border-color: rgb(152,112,152); }
td.TdClassName
{
border-color: #987098;
}
.TagClassName
{
border-color: #987098;
}
</style>