Shades of Violet Blue #98528C
Tints of Violet Blue #98528C
RGB
CMYK
RGB Variations
Color information
#98528C (or 0x98528C) is known color: Violet Blue. HEX triplet: 98, 52 and 8C. RGB value is (152,82,140). Sum of RGB (Red+Green+Blue) = 152+82+140=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #98528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98528C is #67AD73. Grayscale: #6D6D6D. Windows color (decimal): -6794612 or 9196184. OLE color: 9196184.
HSL color Cylindrical-coordinate representation of color #98528C: hue angle of 310.29º 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 #98528C is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 140 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.40 |
| HSL | 310.29º | 0.3% | 0.46% | - |
| HSV(B) | 310.29º | 0.46% | 0.6% | - |
| XYZ | 20.7 | 14.6 | 26.54 | - |
| YUV | 109.54 | 145.19 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 140 | 0 | 0.46 | 0.08 | 0.40 | 310.29 | 0.3 | 0.46 |
| Hex | 98 | 52 | 8C | 0 | 2E | 8 | 28 | 136 | 1E | 2E |
| Octal | 230 | 122 | 214 | 0 | 56 | 10 | 50 | 466 | 36 | 56 |
| Binary | 10011000 | 1010010 | 10001100 | 0 | 101110 | 1000 | 101000 | 100110110 | 11110 | 101110 |
Color Harmonies of #98528C
Complementary color
Monochromatic Colors of #98528C
Black with #98528C
Text Example
Text Example
White with #98528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98528C; }
p { color: rgb(152,82,140); }
H1.HeaderClassName
{
color: #98528C;
}
.AnyTagClassName
{
color: #98528C;
}
</style>
background-color css
<style>
a { background-color: #98528C; }
a { background-color: rgb(152,82,140); }
div.DivClassName
{
background-color: #98528C;
}
.BgClassName
{
background-color: #98528C;
}
</style>
border-color css
<style>
span { border-color: #98528C; }
span { border-color: rgb(152,82,140); }
td.TdClassName
{
border-color: #98528C;
}
.TagClassName
{
border-color: #98528C;
}
</style>