Shades of Violet Blue #98719E
Tints of Violet Blue #98719E
RGB
CMYK
RGB Variations
Color information
#98719E (or 0x98719E) is known color: Violet Blue. HEX triplet: 98, 71 and 9E. RGB value is (152,113,158). Sum of RGB (Red+Green+Blue) = 152+113+158=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #98719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98719E is #678E61. Grayscale: #818181. Windows color (decimal): -6786658 or 10383768. OLE color: 10383768.
HSL color Cylindrical-coordinate representation of color #98719E: hue angle of 292º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98719E is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 113 | 158 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.38 |
| HSL | 292º | 0.19% | 0.53% | - |
| HSV(B) | 292º | 0.28% | 0.62% | - |
| XYZ | 25.03 | 20.95 | 35.07 | - |
| YUV | 129.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 158 | 0.04 | 0.28 | 0 | 0.38 | 292 | 0.19 | 0.53 |
| Hex | 98 | 71 | 9E | 4 | 1C | 0 | 26 | 124 | 13 | 35 |
| Octal | 230 | 161 | 236 | 4 | 34 | 0 | 46 | 444 | 23 | 65 |
| Binary | 10011000 | 1110001 | 10011110 | 100 | 11100 | 0 | 100110 | 100100100 | 10011 | 110101 |
Color Harmonies of #98719E
Complementary color
Monochromatic Colors of #98719E
Black with #98719E
Text Example
Text Example
White with #98719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98719E; }
p { color: rgb(152,113,158); }
H1.HeaderClassName
{
color: #98719E;
}
.AnyTagClassName
{
color: #98719E;
}
</style>
background-color css
<style>
a { background-color: #98719E; }
a { background-color: rgb(152,113,158); }
div.DivClassName
{
background-color: #98719E;
}
.BgClassName
{
background-color: #98719E;
}
</style>
border-color css
<style>
span { border-color: #98719E; }
span { border-color: rgb(152,113,158); }
td.TdClassName
{
border-color: #98719E;
}
.TagClassName
{
border-color: #98719E;
}
</style>