Shades of Violet Blue #98498B
Tints of Violet Blue #98498B
RGB
CMYK
RGB Variations
Color information
#98498B (or 0x98498B) is known color: Violet Blue. HEX triplet: 98, 49 and 8B. RGB value is (152,73,139). Sum of RGB (Red+Green+Blue) = 152+73+139=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #98498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98498B is #67B674. Grayscale: #676767. Windows color (decimal): -6796917 or 9128344. OLE color: 9128344.
HSL color Cylindrical-coordinate representation of color #98498B: hue angle of 309.87º 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 #98498B is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 139 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.40 |
| HSL | 309.87º | 0.35% | 0.44% | - |
| HSV(B) | 309.87º | 0.52% | 0.6% | - |
| XYZ | 19.99 | 13.3 | 25.94 | - |
| YUV | 104.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 139 | 0 | 0.52 | 0.09 | 0.40 | 309.87 | 0.35 | 0.44 |
| Hex | 98 | 49 | 8B | 0 | 34 | 9 | 28 | 136 | 23 | 2C |
| Octal | 230 | 111 | 213 | 0 | 64 | 11 | 50 | 466 | 43 | 54 |
| Binary | 10011000 | 1001001 | 10001011 | 0 | 110100 | 1001 | 101000 | 100110110 | 100011 | 101100 |
Color Harmonies of #98498B
Complementary color
Monochromatic Colors of #98498B
Black with #98498B
Text Example
Text Example
White with #98498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98498B; }
p { color: rgb(152,73,139); }
H1.HeaderClassName
{
color: #98498B;
}
.AnyTagClassName
{
color: #98498B;
}
</style>
background-color css
<style>
a { background-color: #98498B; }
a { background-color: rgb(152,73,139); }
div.DivClassName
{
background-color: #98498B;
}
.BgClassName
{
background-color: #98498B;
}
</style>
border-color css
<style>
span { border-color: #98498B; }
span { border-color: rgb(152,73,139); }
td.TdClassName
{
border-color: #98498B;
}
.TagClassName
{
border-color: #98498B;
}
</style>