Shades of Violet Blue #98518A
Tints of Violet Blue #98518A
RGB
CMYK
RGB Variations
Color information
#98518A (or 0x98518A) is known color: Violet Blue. HEX triplet: 98, 51 and 8A. RGB value is (152,81,138). Sum of RGB (Red+Green+Blue) = 152+81+138=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #98518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98518A is #67AE75. Grayscale: #6C6C6C. Windows color (decimal): -6794870 or 9064856. OLE color: 9064856.
HSL color Cylindrical-coordinate representation of color #98518A: hue angle of 311.83º degrees, saturation: 0.3, 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 #98518A is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 138 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.40 |
| HSL | 311.83º | 0.3% | 0.46% | - |
| HSV(B) | 311.83º | 0.47% | 0.6% | - |
| XYZ | 20.48 | 14.4 | 25.74 | - |
| YUV | 108.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 138 | 0 | 0.47 | 0.09 | 0.40 | 311.83 | 0.3 | 0.46 |
| Hex | 98 | 51 | 8A | 0 | 2F | 9 | 28 | 138 | 1E | 2E |
| Octal | 230 | 121 | 212 | 0 | 57 | 11 | 50 | 470 | 36 | 56 |
| Binary | 10011000 | 1010001 | 10001010 | 0 | 101111 | 1001 | 101000 | 100111000 | 11110 | 101110 |
Color Harmonies of #98518A
Complementary color
Monochromatic Colors of #98518A
Black with #98518A
Text Example
Text Example
White with #98518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98518A; }
p { color: rgb(152,81,138); }
H1.HeaderClassName
{
color: #98518A;
}
.AnyTagClassName
{
color: #98518A;
}
</style>
background-color css
<style>
a { background-color: #98518A; }
a { background-color: rgb(152,81,138); }
div.DivClassName
{
background-color: #98518A;
}
.BgClassName
{
background-color: #98518A;
}
</style>
border-color css
<style>
span { border-color: #98518A; }
span { border-color: rgb(152,81,138); }
td.TdClassName
{
border-color: #98518A;
}
.TagClassName
{
border-color: #98518A;
}
</style>