Shades of Violet Blue #98518C
Tints of Violet Blue #98518C
RGB
CMYK
RGB Variations
Color information
#98518C (or 0x98518C) is known color: Violet Blue. HEX triplet: 98, 51 and 8C. RGB value is (152,81,140). Sum of RGB (Red+Green+Blue) = 152+81+140=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #98518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98518C is #67AE73. Grayscale: #6C6C6C. Windows color (decimal): -6794868 or 9195928. OLE color: 9195928.
HSL color Cylindrical-coordinate representation of color #98518C: hue angle of 310.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98518C is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 140 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.40 |
| HSL | 310.14º | 0.3% | 0.46% | - |
| HSV(B) | 310.14º | 0.47% | 0.6% | - |
| XYZ | 20.62 | 14.45 | 26.51 | - |
| YUV | 108.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 140 | 0 | 0.47 | 0.08 | 0.40 | 310.14 | 0.3 | 0.46 |
| Hex | 98 | 51 | 8C | 0 | 2F | 8 | 28 | 136 | 1E | 2E |
| Octal | 230 | 121 | 214 | 0 | 57 | 10 | 50 | 466 | 36 | 56 |
| Binary | 10011000 | 1010001 | 10001100 | 0 | 101111 | 1000 | 101000 | 100110110 | 11110 | 101110 |
Color Harmonies of #98518C
Complementary color
Monochromatic Colors of #98518C
Black with #98518C
Text Example
Text Example
White with #98518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98518C; }
p { color: rgb(152,81,140); }
H1.HeaderClassName
{
color: #98518C;
}
.AnyTagClassName
{
color: #98518C;
}
</style>
background-color css
<style>
a { background-color: #98518C; }
a { background-color: rgb(152,81,140); }
div.DivClassName
{
background-color: #98518C;
}
.BgClassName
{
background-color: #98518C;
}
</style>
border-color css
<style>
span { border-color: #98518C; }
span { border-color: rgb(152,81,140); }
td.TdClassName
{
border-color: #98518C;
}
.TagClassName
{
border-color: #98518C;
}
</style>