Shades of Violet Blue #98529C
Tints of Violet Blue #98529C
RGB
CMYK
RGB Variations
Color information
#98529C (or 0x98529C) is known color: Violet Blue. HEX triplet: 98, 52 and 9C. RGB value is (152,82,156). Sum of RGB (Red+Green+Blue) = 152+82+156=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #98529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98529C is #67AD63. Grayscale: #6F6F6F. Windows color (decimal): -6794596 or 10244760. OLE color: 10244760.
HSL color Cylindrical-coordinate representation of color #98529C: hue angle of 296.76º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98529C is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 82 | 156 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.39 |
| HSL | 296.76º | 0.31% | 0.47% | - |
| HSV(B) | 296.76º | 0.47% | 0.61% | - |
| XYZ | 21.97 | 15.11 | 33.21 | - |
| YUV | 111.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 156 | 0.03 | 0.47 | 0 | 0.39 | 296.76 | 0.31 | 0.47 |
| Hex | 98 | 52 | 9C | 3 | 2F | 0 | 27 | 129 | 1F | 2F |
| Octal | 230 | 122 | 234 | 3 | 57 | 0 | 47 | 451 | 37 | 57 |
| Binary | 10011000 | 1010010 | 10011100 | 11 | 101111 | 0 | 100111 | 100101001 | 11111 | 101111 |
Color Harmonies of #98529C
Complementary color
Monochromatic Colors of #98529C
Black with #98529C
Text Example
Text Example
White with #98529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98529C; }
p { color: rgb(152,82,156); }
H1.HeaderClassName
{
color: #98529C;
}
.AnyTagClassName
{
color: #98529C;
}
</style>
background-color css
<style>
a { background-color: #98529C; }
a { background-color: rgb(152,82,156); }
div.DivClassName
{
background-color: #98529C;
}
.BgClassName
{
background-color: #98529C;
}
</style>
border-color css
<style>
span { border-color: #98529C; }
span { border-color: rgb(152,82,156); }
td.TdClassName
{
border-color: #98529C;
}
.TagClassName
{
border-color: #98529C;
}
</style>