Shades of Violet Blue #98599D
Tints of Violet Blue #98599D
RGB
CMYK
RGB Variations
Color information
#98599D (or 0x98599D) is known color: Violet Blue. HEX triplet: 98, 59 and 9D. RGB value is (152,89,157). Sum of RGB (Red+Green+Blue) = 152+89+157=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #98599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98599D is #67A662. Grayscale: #737373. Windows color (decimal): -6792803 or 10312088. OLE color: 10312088.
HSL color Cylindrical-coordinate representation of color #98599D: hue angle of 295.59º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98599D is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 89 | 157 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.38 |
| HSL | 295.59º | 0.28% | 0.48% | - |
| HSV(B) | 295.59º | 0.43% | 0.62% | - |
| XYZ | 22.61 | 16.25 | 33.84 | - |
| YUV | 115.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 157 | 0.03 | 0.43 | 0 | 0.38 | 295.59 | 0.28 | 0.48 |
| Hex | 98 | 59 | 9D | 3 | 2B | 0 | 26 | 128 | 1C | 30 |
| Octal | 230 | 131 | 235 | 3 | 53 | 0 | 46 | 450 | 34 | 60 |
| Binary | 10011000 | 1011001 | 10011101 | 11 | 101011 | 0 | 100110 | 100101000 | 11100 | 110000 |
Color Harmonies of #98599D
Complementary color
Monochromatic Colors of #98599D
Black with #98599D
Text Example
Text Example
White with #98599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98599D; }
p { color: rgb(152,89,157); }
H1.HeaderClassName
{
color: #98599D;
}
.AnyTagClassName
{
color: #98599D;
}
</style>
background-color css
<style>
a { background-color: #98599D; }
a { background-color: rgb(152,89,157); }
div.DivClassName
{
background-color: #98599D;
}
.BgClassName
{
background-color: #98599D;
}
</style>
border-color css
<style>
span { border-color: #98599D; }
span { border-color: rgb(152,89,157); }
td.TdClassName
{
border-color: #98599D;
}
.TagClassName
{
border-color: #98599D;
}
</style>