Shades of Violet Blue #98558F
Tints of Violet Blue #98558F
RGB
CMYK
RGB Variations
Color information
#98558F (or 0x98558F) is known color: Violet Blue. HEX triplet: 98, 55 and 8F. RGB value is (152,85,143). Sum of RGB (Red+Green+Blue) = 152+85+143=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98558F is #67AA70. Grayscale: #6F6F6F. Windows color (decimal): -6793841 or 9393560. OLE color: 9393560.
HSL color Cylindrical-coordinate representation of color #98558F: hue angle of 308.06º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98558F is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 143 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.40 |
| HSL | 308.06º | 0.28% | 0.46% | - |
| HSV(B) | 308.06º | 0.44% | 0.6% | - |
| XYZ | 21.16 | 15.16 | 27.8 | - |
| YUV | 111.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 143 | 0 | 0.44 | 0.06 | 0.40 | 308.06 | 0.28 | 0.46 |
| Hex | 98 | 55 | 8F | 0 | 2C | 6 | 28 | 134 | 1C | 2E |
| Octal | 230 | 125 | 217 | 0 | 54 | 6 | 50 | 464 | 34 | 56 |
| Binary | 10011000 | 1010101 | 10001111 | 0 | 101100 | 110 | 101000 | 100110100 | 11100 | 101110 |
Color Harmonies of #98558F
Complementary color
Monochromatic Colors of #98558F
Black with #98558F
Text Example
Text Example
White with #98558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98558F; }
p { color: rgb(152,85,143); }
H1.HeaderClassName
{
color: #98558F;
}
.AnyTagClassName
{
color: #98558F;
}
</style>
background-color css
<style>
a { background-color: #98558F; }
a { background-color: rgb(152,85,143); }
div.DivClassName
{
background-color: #98558F;
}
.BgClassName
{
background-color: #98558F;
}
</style>
border-color css
<style>
span { border-color: #98558F; }
span { border-color: rgb(152,85,143); }
td.TdClassName
{
border-color: #98558F;
}
.TagClassName
{
border-color: #98558F;
}
</style>