Shades of Violet Blue #98649E
Tints of Violet Blue #98649E
RGB
CMYK
RGB Variations
Color information
#98649E (or 0x98649E) is known color: Violet Blue. HEX triplet: 98, 64 and 9E. RGB value is (152,100,158). Sum of RGB (Red+Green+Blue) = 152+100+158=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 158 - color contains mainly: blue. Hex color #98649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98649E is #679B61. Grayscale: #797979. Windows color (decimal): -6789986 or 10380440. OLE color: 10380440.
HSL color Cylindrical-coordinate representation of color #98649E: hue angle of 293.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98649E is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 100 | 158 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.38 |
| HSL | 293.79º | 0.23% | 0.51% | - |
| HSV(B) | 293.79º | 0.37% | 0.62% | - |
| XYZ | 23.68 | 18.26 | 34.62 | - |
| YUV | 122.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 158 | 0.04 | 0.37 | 0 | 0.38 | 293.79 | 0.23 | 0.51 |
| Hex | 98 | 64 | 9E | 4 | 25 | 0 | 26 | 126 | 17 | 33 |
| Octal | 230 | 144 | 236 | 4 | 45 | 0 | 46 | 446 | 27 | 63 |
| Binary | 10011000 | 1100100 | 10011110 | 100 | 100101 | 0 | 100110 | 100100110 | 10111 | 110011 |
Color Harmonies of #98649E
Complementary color
Monochromatic Colors of #98649E
Black with #98649E
Text Example
Text Example
White with #98649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98649E; }
p { color: rgb(152,100,158); }
H1.HeaderClassName
{
color: #98649E;
}
.AnyTagClassName
{
color: #98649E;
}
</style>
background-color css
<style>
a { background-color: #98649E; }
a { background-color: rgb(152,100,158); }
div.DivClassName
{
background-color: #98649E;
}
.BgClassName
{
background-color: #98649E;
}
</style>
border-color css
<style>
span { border-color: #98649E; }
span { border-color: rgb(152,100,158); }
td.TdClassName
{
border-color: #98649E;
}
.TagClassName
{
border-color: #98649E;
}
</style>