Shades of Violet Blue #98528E
Tints of Violet Blue #98528E
RGB
CMYK
RGB Variations
Color information
#98528E (or 0x98528E) is known color: Violet Blue. HEX triplet: 98, 52 and 8E. RGB value is (152,82,142). Sum of RGB (Red+Green+Blue) = 152+82+142=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98528E is #67AD71. Grayscale: #6D6D6D. Windows color (decimal): -6794610 or 9327256. OLE color: 9327256.
HSL color Cylindrical-coordinate representation of color #98528E: hue angle of 308.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98528E is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 142 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.40 |
| HSL | 308.57º | 0.3% | 0.46% | - |
| HSV(B) | 308.57º | 0.46% | 0.6% | - |
| XYZ | 20.85 | 14.66 | 27.32 | - |
| YUV | 109.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 142 | 0 | 0.46 | 0.07 | 0.40 | 308.57 | 0.3 | 0.46 |
| Hex | 98 | 52 | 8E | 0 | 2E | 7 | 28 | 135 | 1E | 2E |
| Octal | 230 | 122 | 216 | 0 | 56 | 7 | 50 | 465 | 36 | 56 |
| Binary | 10011000 | 1010010 | 10001110 | 0 | 101110 | 111 | 101000 | 100110101 | 11110 | 101110 |
Color Harmonies of #98528E
Complementary color
Monochromatic Colors of #98528E
Black with #98528E
Text Example
Text Example
White with #98528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98528E; }
p { color: rgb(152,82,142); }
H1.HeaderClassName
{
color: #98528E;
}
.AnyTagClassName
{
color: #98528E;
}
</style>
background-color css
<style>
a { background-color: #98528E; }
a { background-color: rgb(152,82,142); }
div.DivClassName
{
background-color: #98528E;
}
.BgClassName
{
background-color: #98528E;
}
</style>
border-color css
<style>
span { border-color: #98528E; }
span { border-color: rgb(152,82,142); }
td.TdClassName
{
border-color: #98528E;
}
.TagClassName
{
border-color: #98528E;
}
</style>