Shades of Violet Blue #98529A
Tints of Violet Blue #98529A
RGB
CMYK
RGB Variations
Color information
#98529A (or 0x98529A) is known color: Violet Blue. HEX triplet: 98, 52 and 9A. RGB value is (152,82,154). Sum of RGB (Red+Green+Blue) = 152+82+154=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #98529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98529A is #67AD65. Grayscale: #6E6E6E. Windows color (decimal): -6794598 or 10113688. OLE color: 10113688.
HSL color Cylindrical-coordinate representation of color #98529A: hue angle of 298.33º degrees, saturation: 0.31, 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 #98529A is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 154 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.40 |
| HSL | 298.33º | 0.31% | 0.46% | - |
| HSV(B) | 298.33º | 0.47% | 0.6% | - |
| XYZ | 21.8 | 15.04 | 32.33 | - |
| YUV | 111.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 154 | 0.01 | 0.47 | 0 | 0.40 | 298.33 | 0.31 | 0.46 |
| Hex | 98 | 52 | 9A | 1 | 2F | 0 | 28 | 12A | 1F | 2E |
| Octal | 230 | 122 | 232 | 1 | 57 | 0 | 50 | 452 | 37 | 56 |
| Binary | 10011000 | 1010010 | 10011010 | 1 | 101111 | 0 | 101000 | 100101010 | 11111 | 101110 |
Color Harmonies of #98529A
Complementary color
Monochromatic Colors of #98529A
Black with #98529A
Text Example
Text Example
White with #98529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98529A; }
p { color: rgb(152,82,154); }
H1.HeaderClassName
{
color: #98529A;
}
.AnyTagClassName
{
color: #98529A;
}
</style>
background-color css
<style>
a { background-color: #98529A; }
a { background-color: rgb(152,82,154); }
div.DivClassName
{
background-color: #98529A;
}
.BgClassName
{
background-color: #98529A;
}
</style>
border-color css
<style>
span { border-color: #98529A; }
span { border-color: rgb(152,82,154); }
td.TdClassName
{
border-color: #98529A;
}
.TagClassName
{
border-color: #98529A;
}
</style>