Shades of Violet Blue #98488D
Tints of Violet Blue #98488D
RGB
CMYK
RGB Variations
Color information
#98488D (or 0x98488D) is known color: Violet Blue. HEX triplet: 98, 48 and 8D. RGB value is (152,72,141). Sum of RGB (Red+Green+Blue) = 152+72+141=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #98488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98488D is #67B772. Grayscale: #676767. Windows color (decimal): -6797171 or 9259160. OLE color: 9259160.
HSL color Cylindrical-coordinate representation of color #98488D: hue angle of 308.25º 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 #98488D is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 141 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.40 |
| HSL | 308.25º | 0.36% | 0.44% | - |
| HSV(B) | 308.25º | 0.53% | 0.6% | - |
| XYZ | 20.07 | 13.23 | 26.7 | - |
| YUV | 103.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 141 | 0 | 0.53 | 0.07 | 0.40 | 308.25 | 0.36 | 0.44 |
| Hex | 98 | 48 | 8D | 0 | 35 | 7 | 28 | 134 | 24 | 2C |
| Octal | 230 | 110 | 215 | 0 | 65 | 7 | 50 | 464 | 44 | 54 |
| Binary | 10011000 | 1001000 | 10001101 | 0 | 110101 | 111 | 101000 | 100110100 | 100100 | 101100 |
Color Harmonies of #98488D
Complementary color
Monochromatic Colors of #98488D
Black with #98488D
Text Example
Text Example
White with #98488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98488D; }
p { color: rgb(152,72,141); }
H1.HeaderClassName
{
color: #98488D;
}
.AnyTagClassName
{
color: #98488D;
}
</style>
background-color css
<style>
a { background-color: #98488D; }
a { background-color: rgb(152,72,141); }
div.DivClassName
{
background-color: #98488D;
}
.BgClassName
{
background-color: #98488D;
}
</style>
border-color css
<style>
span { border-color: #98488D; }
span { border-color: rgb(152,72,141); }
td.TdClassName
{
border-color: #98488D;
}
.TagClassName
{
border-color: #98488D;
}
</style>