Shades of Violet Blue #98578E
Tints of Violet Blue #98578E
RGB
CMYK
RGB Variations
Color information
#98578E (or 0x98578E) is known color: Violet Blue. HEX triplet: 98, 57 and 8E. RGB value is (152,87,142). Sum of RGB (Red+Green+Blue) = 152+87+142=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #98578E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98578E is #67A871. Grayscale: #707070. Windows color (decimal): -6793330 or 9328536. OLE color: 9328536.
HSL color Cylindrical-coordinate representation of color #98578E: hue angle of 309.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98578E is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 87 | 142 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.40 |
| HSL | 309.23º | 0.27% | 0.47% | - |
| HSV(B) | 309.23º | 0.43% | 0.6% | - |
| XYZ | 21.24 | 15.44 | 27.45 | - |
| YUV | 112.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 87 | 142 | 0 | 0.43 | 0.07 | 0.40 | 309.23 | 0.27 | 0.47 |
| Hex | 98 | 57 | 8E | 0 | 2B | 7 | 28 | 135 | 1B | 2F |
| Octal | 230 | 127 | 216 | 0 | 53 | 7 | 50 | 465 | 33 | 57 |
| Binary | 10011000 | 1010111 | 10001110 | 0 | 101011 | 111 | 101000 | 100110101 | 11011 | 101111 |
Color Harmonies of #98578E
Complementary color
Monochromatic Colors of #98578E
Black with #98578E
Text Example
Text Example
White with #98578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98578E; }
p { color: rgb(152,87,142); }
H1.HeaderClassName
{
color: #98578E;
}
.AnyTagClassName
{
color: #98578E;
}
</style>
background-color css
<style>
a { background-color: #98578E; }
a { background-color: rgb(152,87,142); }
div.DivClassName
{
background-color: #98578E;
}
.BgClassName
{
background-color: #98578E;
}
</style>
border-color css
<style>
span { border-color: #98578E; }
span { border-color: rgb(152,87,142); }
td.TdClassName
{
border-color: #98578E;
}
.TagClassName
{
border-color: #98578E;
}
</style>