Shades of Violet Blue #98498F
Tints of Violet Blue #98498F
RGB
CMYK
RGB Variations
Color information
#98498F (or 0x98498F) is known color: Violet Blue. HEX triplet: 98, 49 and 8F. RGB value is (152,73,143). Sum of RGB (Red+Green+Blue) = 152+73+143=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #98498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98498F is #67B670. Grayscale: #686868. Windows color (decimal): -6796913 or 9390488. OLE color: 9390488.
HSL color Cylindrical-coordinate representation of color #98498F: hue angle of 306.84º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98498F is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 143 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.40 |
| HSL | 306.84º | 0.35% | 0.44% | - |
| HSV(B) | 306.84º | 0.52% | 0.6% | - |
| XYZ | 20.29 | 13.42 | 27.51 | - |
| YUV | 104.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 143 | 0 | 0.52 | 0.06 | 0.40 | 306.84 | 0.35 | 0.44 |
| Hex | 98 | 49 | 8F | 0 | 34 | 6 | 28 | 133 | 23 | 2C |
| Octal | 230 | 111 | 217 | 0 | 64 | 6 | 50 | 463 | 43 | 54 |
| Binary | 10011000 | 1001001 | 10001111 | 0 | 110100 | 110 | 101000 | 100110011 | 100011 | 101100 |
Color Harmonies of #98498F
Complementary color
Monochromatic Colors of #98498F
Black with #98498F
Text Example
Text Example
White with #98498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98498F; }
p { color: rgb(152,73,143); }
H1.HeaderClassName
{
color: #98498F;
}
.AnyTagClassName
{
color: #98498F;
}
</style>
background-color css
<style>
a { background-color: #98498F; }
a { background-color: rgb(152,73,143); }
div.DivClassName
{
background-color: #98498F;
}
.BgClassName
{
background-color: #98498F;
}
</style>
border-color css
<style>
span { border-color: #98498F; }
span { border-color: rgb(152,73,143); }
td.TdClassName
{
border-color: #98498F;
}
.TagClassName
{
border-color: #98498F;
}
</style>