Shades of Violet Blue #99498E
Tints of Violet Blue #99498E
RGB
CMYK
RGB Variations
Color information
#99498E (or 0x99498E) is known color: Violet Blue. HEX triplet: 99, 49 and 8E. RGB value is (153,73,142). Sum of RGB (Red+Green+Blue) = 153+73+142=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #99498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99498E is #66B671. Grayscale: #686868. Windows color (decimal): -6731378 or 9324953. OLE color: 9324953.
HSL color Cylindrical-coordinate representation of color #99498E: hue angle of 308.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99498E is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 142 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.4 |
| HSL | 308.25º | 0.35% | 0.44% | - |
| HSV(B) | 308.25º | 0.52% | 0.6% | - |
| XYZ | 20.4 | 13.49 | 27.12 | - |
| YUV | 104.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 142 | 0 | 0.52 | 0.07 | 0.4 | 308.25 | 0.35 | 0.44 |
| Hex | 99 | 49 | 8E | 0 | 34 | 7 | 28 | 134 | 23 | 2C |
| Octal | 231 | 111 | 216 | 0 | 64 | 7 | 50 | 464 | 43 | 54 |
| Binary | 10011001 | 1001001 | 10001110 | 0 | 110100 | 111 | 101000 | 100110100 | 100011 | 101100 |
Color Harmonies of #99498E
Complementary color
Monochromatic Colors of #99498E
Black with #99498E
Text Example
Text Example
White with #99498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99498E; }
p { color: rgb(153,73,142); }
H1.HeaderClassName
{
color: #99498E;
}
.AnyTagClassName
{
color: #99498E;
}
</style>
background-color css
<style>
a { background-color: #99498E; }
a { background-color: rgb(153,73,142); }
div.DivClassName
{
background-color: #99498E;
}
.BgClassName
{
background-color: #99498E;
}
</style>
border-color css
<style>
span { border-color: #99498E; }
span { border-color: rgb(153,73,142); }
td.TdClassName
{
border-color: #99498E;
}
.TagClassName
{
border-color: #99498E;
}
</style>