Shades of Violet Blue #98558C
Tints of Violet Blue #98558C
RGB
CMYK
RGB Variations
Color information
#98558C (or 0x98558C) is known color: Violet Blue. HEX triplet: 98, 55 and 8C. RGB value is (152,85,140). Sum of RGB (Red+Green+Blue) = 152+85+140=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98558C is #67AA73. Grayscale: #6F6F6F. Windows color (decimal): -6793844 or 9196952. OLE color: 9196952.
HSL color Cylindrical-coordinate representation of color #98558C: hue angle of 310.75º 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 #98558C is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 140 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.40 |
| HSL | 310.75º | 0.28% | 0.46% | - |
| HSV(B) | 310.75º | 0.44% | 0.6% | - |
| XYZ | 20.93 | 15.07 | 26.62 | - |
| YUV | 111.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 140 | 0 | 0.44 | 0.08 | 0.40 | 310.75 | 0.28 | 0.46 |
| Hex | 98 | 55 | 8C | 0 | 2C | 8 | 28 | 137 | 1C | 2E |
| Octal | 230 | 125 | 214 | 0 | 54 | 10 | 50 | 467 | 34 | 56 |
| Binary | 10011000 | 1010101 | 10001100 | 0 | 101100 | 1000 | 101000 | 100110111 | 11100 | 101110 |
Color Harmonies of #98558C
Complementary color
Monochromatic Colors of #98558C
Black with #98558C
Text Example
Text Example
White with #98558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98558C; }
p { color: rgb(152,85,140); }
H1.HeaderClassName
{
color: #98558C;
}
.AnyTagClassName
{
color: #98558C;
}
</style>
background-color css
<style>
a { background-color: #98558C; }
a { background-color: rgb(152,85,140); }
div.DivClassName
{
background-color: #98558C;
}
.BgClassName
{
background-color: #98558C;
}
</style>
border-color css
<style>
span { border-color: #98558C; }
span { border-color: rgb(152,85,140); }
td.TdClassName
{
border-color: #98558C;
}
.TagClassName
{
border-color: #98558C;
}
</style>