Shades of Violet Blue #99499B
Tints of Violet Blue #99499B
RGB
CMYK
RGB Variations
Color information
#99499B (or 0x99499B) is known color: Violet Blue. HEX triplet: 99, 49 and 9B. RGB value is (153,73,155). Sum of RGB (Red+Green+Blue) = 153+73+155=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #99499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99499B is #66B664. Grayscale: #6A6A6A. Windows color (decimal): -6731365 or 10176921. OLE color: 10176921.
HSL color Cylindrical-coordinate representation of color #99499B: hue angle of 298.54º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99499B is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 73 | 155 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.39 |
| HSL | 298.54º | 0.36% | 0.45% | - |
| HSV(B) | 298.54º | 0.53% | 0.61% | - |
| XYZ | 21.44 | 13.9 | 32.56 | - |
| YUV | 106.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 155 | 0.01 | 0.53 | 0 | 0.39 | 298.54 | 0.36 | 0.45 |
| Hex | 99 | 49 | 9B | 1 | 35 | 0 | 27 | 12B | 24 | 2D |
| Octal | 231 | 111 | 233 | 1 | 65 | 0 | 47 | 453 | 44 | 55 |
| Binary | 10011001 | 1001001 | 10011011 | 1 | 110101 | 0 | 100111 | 100101011 | 100100 | 101101 |
Color Harmonies of #99499B
Complementary color
Monochromatic Colors of #99499B
Black with #99499B
Text Example
Text Example
White with #99499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99499B; }
p { color: rgb(153,73,155); }
H1.HeaderClassName
{
color: #99499B;
}
.AnyTagClassName
{
color: #99499B;
}
</style>
background-color css
<style>
a { background-color: #99499B; }
a { background-color: rgb(153,73,155); }
div.DivClassName
{
background-color: #99499B;
}
.BgClassName
{
background-color: #99499B;
}
</style>
border-color css
<style>
span { border-color: #99499B; }
span { border-color: rgb(153,73,155); }
td.TdClassName
{
border-color: #99499B;
}
.TagClassName
{
border-color: #99499B;
}
</style>