Shades of Violet Blue #98588E
Tints of Violet Blue #98588E
RGB
CMYK
RGB Variations
Color information
#98588E (or 0x98588E) is known color: Violet Blue. HEX triplet: 98, 58 and 8E. RGB value is (152,88,142). Sum of RGB (Red+Green+Blue) = 152+88+142=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #98588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98588E is #67A771. Grayscale: #717171. Windows color (decimal): -6793074 or 9328792. OLE color: 9328792.
HSL color Cylindrical-coordinate representation of color #98588E: hue angle of 309.38º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98588E is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 142 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.40 |
| HSL | 309.38º | 0.27% | 0.47% | - |
| HSV(B) | 309.38º | 0.42% | 0.6% | - |
| XYZ | 21.32 | 15.61 | 27.48 | - |
| YUV | 113.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 142 | 0 | 0.42 | 0.07 | 0.40 | 309.38 | 0.27 | 0.47 |
| Hex | 98 | 58 | 8E | 0 | 2A | 7 | 28 | 135 | 1B | 2F |
| Octal | 230 | 130 | 216 | 0 | 52 | 7 | 50 | 465 | 33 | 57 |
| Binary | 10011000 | 1011000 | 10001110 | 0 | 101010 | 111 | 101000 | 100110101 | 11011 | 101111 |
Color Harmonies of #98588E
Complementary color
Monochromatic Colors of #98588E
Black with #98588E
Text Example
Text Example
White with #98588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98588E; }
p { color: rgb(152,88,142); }
H1.HeaderClassName
{
color: #98588E;
}
.AnyTagClassName
{
color: #98588E;
}
</style>
background-color css
<style>
a { background-color: #98588E; }
a { background-color: rgb(152,88,142); }
div.DivClassName
{
background-color: #98588E;
}
.BgClassName
{
background-color: #98588E;
}
</style>
border-color css
<style>
span { border-color: #98588E; }
span { border-color: rgb(152,88,142); }
td.TdClassName
{
border-color: #98588E;
}
.TagClassName
{
border-color: #98588E;
}
</style>