Shades of Violet Blue #98519C
Tints of Violet Blue #98519C
RGB
CMYK
RGB Variations
Color information
#98519C (or 0x98519C) is known color: Violet Blue. HEX triplet: 98, 51 and 9C. RGB value is (152,81,156). Sum of RGB (Red+Green+Blue) = 152+81+156=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #98519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98519C is #67AE63. Grayscale: #6E6E6E. Windows color (decimal): -6794852 or 10244504. OLE color: 10244504.
HSL color Cylindrical-coordinate representation of color #98519C: hue angle of 296.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98519C is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 81 | 156 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.39 |
| HSL | 296.8º | 0.32% | 0.46% | - |
| HSV(B) | 296.8º | 0.48% | 0.61% | - |
| XYZ | 21.89 | 14.96 | 33.19 | - |
| YUV | 110.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 156 | 0.03 | 0.48 | 0 | 0.39 | 296.8 | 0.32 | 0.46 |
| Hex | 98 | 51 | 9C | 3 | 30 | 0 | 27 | 129 | 20 | 2E |
| Octal | 230 | 121 | 234 | 3 | 60 | 0 | 47 | 451 | 40 | 56 |
| Binary | 10011000 | 1010001 | 10011100 | 11 | 110000 | 0 | 100111 | 100101001 | 100000 | 101110 |
Color Harmonies of #98519C
Complementary color
Monochromatic Colors of #98519C
Black with #98519C
Text Example
Text Example
White with #98519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98519C; }
p { color: rgb(152,81,156); }
H1.HeaderClassName
{
color: #98519C;
}
.AnyTagClassName
{
color: #98519C;
}
</style>
background-color css
<style>
a { background-color: #98519C; }
a { background-color: rgb(152,81,156); }
div.DivClassName
{
background-color: #98519C;
}
.BgClassName
{
background-color: #98519C;
}
</style>
border-color css
<style>
span { border-color: #98519C; }
span { border-color: rgb(152,81,156); }
td.TdClassName
{
border-color: #98519C;
}
.TagClassName
{
border-color: #98519C;
}
</style>