Shades of Violet Blue #98619A
Tints of Violet Blue #98619A
RGB
CMYK
RGB Variations
Color information
#98619A (or 0x98619A) is known color: Violet Blue. HEX triplet: 98, 61 and 9A. RGB value is (152,97,154). Sum of RGB (Red+Green+Blue) = 152+97+154=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #98619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98619A is #679E65. Grayscale: #777777. Windows color (decimal): -6790758 or 10117528. OLE color: 10117528.
HSL color Cylindrical-coordinate representation of color #98619A: hue angle of 297.89º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98619A is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 97 | 154 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.40 |
| HSL | 297.89º | 0.23% | 0.49% | - |
| HSV(B) | 297.89º | 0.37% | 0.6% | - |
| XYZ | 23.06 | 17.56 | 32.75 | - |
| YUV | 119.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 154 | 0.01 | 0.37 | 0 | 0.40 | 297.89 | 0.23 | 0.49 |
| Hex | 98 | 61 | 9A | 1 | 25 | 0 | 28 | 12A | 17 | 31 |
| Octal | 230 | 141 | 232 | 1 | 45 | 0 | 50 | 452 | 27 | 61 |
| Binary | 10011000 | 1100001 | 10011010 | 1 | 100101 | 0 | 101000 | 100101010 | 10111 | 110001 |
Color Harmonies of #98619A
Complementary color
Monochromatic Colors of #98619A
Black with #98619A
Text Example
Text Example
White with #98619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98619A; }
p { color: rgb(152,97,154); }
H1.HeaderClassName
{
color: #98619A;
}
.AnyTagClassName
{
color: #98619A;
}
</style>
background-color css
<style>
a { background-color: #98619A; }
a { background-color: rgb(152,97,154); }
div.DivClassName
{
background-color: #98619A;
}
.BgClassName
{
background-color: #98619A;
}
</style>
border-color css
<style>
span { border-color: #98619A; }
span { border-color: rgb(152,97,154); }
td.TdClassName
{
border-color: #98619A;
}
.TagClassName
{
border-color: #98619A;
}
</style>