Shades of Violet Blue #98488C
Tints of Violet Blue #98488C
RGB
CMYK
RGB Variations
Color information
#98488C (or 0x98488C) is known color: Violet Blue. HEX triplet: 98, 48 and 8C. RGB value is (152,72,140). Sum of RGB (Red+Green+Blue) = 152+72+140=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #98488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98488C is #67B773. Grayscale: #676767. Windows color (decimal): -6797172 or 9193624. OLE color: 9193624.
HSL color Cylindrical-coordinate representation of color #98488C: hue angle of 309º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98488C is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 140 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.40 |
| HSL | 309º | 0.36% | 0.44% | - |
| HSV(B) | 309º | 0.53% | 0.6% | - |
| XYZ | 20 | 13.2 | 26.31 | - |
| YUV | 103.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 140 | 0 | 0.53 | 0.08 | 0.40 | 309 | 0.36 | 0.44 |
| Hex | 98 | 48 | 8C | 0 | 35 | 8 | 28 | 135 | 24 | 2C |
| Octal | 230 | 110 | 214 | 0 | 65 | 10 | 50 | 465 | 44 | 54 |
| Binary | 10011000 | 1001000 | 10001100 | 0 | 110101 | 1000 | 101000 | 100110101 | 100100 | 101100 |
Color Harmonies of #98488C
Complementary color
Monochromatic Colors of #98488C
Black with #98488C
Text Example
Text Example
White with #98488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98488C; }
p { color: rgb(152,72,140); }
H1.HeaderClassName
{
color: #98488C;
}
.AnyTagClassName
{
color: #98488C;
}
</style>
background-color css
<style>
a { background-color: #98488C; }
a { background-color: rgb(152,72,140); }
div.DivClassName
{
background-color: #98488C;
}
.BgClassName
{
background-color: #98488C;
}
</style>
border-color css
<style>
span { border-color: #98488C; }
span { border-color: rgb(152,72,140); }
td.TdClassName
{
border-color: #98488C;
}
.TagClassName
{
border-color: #98488C;
}
</style>