Shades of Violet Blue #985998
Tints of Violet Blue #985998
RGB
CMYK
RGB Variations
Color information
#985998 (or 0x985998) is known color: Violet Blue. HEX triplet: 98, 59 and 98. RGB value is (152,89,152). Sum of RGB (Red+Green+Blue) = 152+89+152=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #985998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985998 is #67A667. Grayscale: #727272. Windows color (decimal): -6792808 or 9984408. OLE color: 9984408.
HSL color Cylindrical-coordinate representation of color #985998: hue angle of 300º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985998 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 152 | - |
| CMYK | 0 | 0.41 | 0 | 0.40 |
| HSL | 300º | 0.26% | 0.47% | - |
| HSV(B) | 300º | 0.41% | 0.6% | - |
| XYZ | 22.19 | 16.09 | 31.64 | - |
| YUV | 115.02 | 148.87 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 152 | 0 | 0.41 | 0 | 0.40 | 300 | 0.26 | 0.47 |
| Hex | 98 | 59 | 98 | 0 | 29 | 0 | 28 | 12C | 1A | 2F |
| Octal | 230 | 131 | 230 | 0 | 51 | 0 | 50 | 454 | 32 | 57 |
| Binary | 10011000 | 1011001 | 10011000 | 0 | 101001 | 0 | 101000 | 100101100 | 11010 | 101111 |
Color Harmonies of #985998
Complementary color
Monochromatic Colors of #985998
Black with #985998
Text Example
Text Example
White with #985998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985998; }
p { color: rgb(152,89,152); }
H1.HeaderClassName
{
color: #985998;
}
.AnyTagClassName
{
color: #985998;
}
</style>
background-color css
<style>
a { background-color: #985998; }
a { background-color: rgb(152,89,152); }
div.DivClassName
{
background-color: #985998;
}
.BgClassName
{
background-color: #985998;
}
</style>
border-color css
<style>
span { border-color: #985998; }
span { border-color: rgb(152,89,152); }
td.TdClassName
{
border-color: #985998;
}
.TagClassName
{
border-color: #985998;
}
</style>