Shades of Violet Blue #98508E
Tints of Violet Blue #98508E
RGB
CMYK
RGB Variations
Color information
#98508E (or 0x98508E) is known color: Violet Blue. HEX triplet: 98, 50 and 8E. RGB value is (152,80,142). Sum of RGB (Red+Green+Blue) = 152+80+142=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #98508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98508E is #67AF71. Grayscale: #6C6C6C. Windows color (decimal): -6795122 or 9326744. OLE color: 9326744.
HSL color Cylindrical-coordinate representation of color #98508E: hue angle of 308.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98508E is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 142 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.40 |
| HSL | 308.33º | 0.31% | 0.45% | - |
| HSV(B) | 308.33º | 0.47% | 0.6% | - |
| XYZ | 20.7 | 14.37 | 27.27 | - |
| YUV | 108.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 142 | 0 | 0.47 | 0.07 | 0.40 | 308.33 | 0.31 | 0.45 |
| Hex | 98 | 50 | 8E | 0 | 2F | 7 | 28 | 134 | 1F | 2D |
| Octal | 230 | 120 | 216 | 0 | 57 | 7 | 50 | 464 | 37 | 55 |
| Binary | 10011000 | 1010000 | 10001110 | 0 | 101111 | 111 | 101000 | 100110100 | 11111 | 101101 |
Color Harmonies of #98508E
Complementary color
Monochromatic Colors of #98508E
Black with #98508E
Text Example
Text Example
White with #98508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98508E; }
p { color: rgb(152,80,142); }
H1.HeaderClassName
{
color: #98508E;
}
.AnyTagClassName
{
color: #98508E;
}
</style>
background-color css
<style>
a { background-color: #98508E; }
a { background-color: rgb(152,80,142); }
div.DivClassName
{
background-color: #98508E;
}
.BgClassName
{
background-color: #98508E;
}
</style>
border-color css
<style>
span { border-color: #98508E; }
span { border-color: rgb(152,80,142); }
td.TdClassName
{
border-color: #98508E;
}
.TagClassName
{
border-color: #98508E;
}
</style>