Shades of Violet Blue #9A4999
Tints of Violet Blue #9A4999
RGB
CMYK
RGB Variations
Color information
#9A4999 (or 0x9A4999) is known color: Violet Blue. HEX triplet: 9A, 49 and 99. RGB value is (154,73,153). Sum of RGB (Red+Green+Blue) = 154+73+153=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4999 is #65B666. Grayscale: #6A6A6A. Windows color (decimal): -6665831 or 10045850. OLE color: 10045850.
HSL color Cylindrical-coordinate representation of color #9A4999: hue angle of 300.74º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A4999 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 153 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.40 |
| HSL | 300.74º | 0.36% | 0.45% | - |
| HSV(B) | 300.74º | 0.53% | 0.6% | - |
| XYZ | 21.46 | 13.94 | 31.7 | - |
| YUV | 106.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 153 | 0 | 0.53 | 0.01 | 0.40 | 300.74 | 0.36 | 0.45 |
| Hex | 9A | 49 | 99 | 0 | 35 | 1 | 28 | 12D | 24 | 2D |
| Octal | 232 | 111 | 231 | 0 | 65 | 1 | 50 | 455 | 44 | 55 |
| Binary | 10011010 | 1001001 | 10011001 | 0 | 110101 | 1 | 101000 | 100101101 | 100100 | 101101 |
Color Harmonies of #9A4999
Complementary color
Monochromatic Colors of #9A4999
Black with #9A4999
Text Example
Text Example
White with #9A4999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4999; }
p { color: rgb(154,73,153); }
H1.HeaderClassName
{
color: #9A4999;
}
.AnyTagClassName
{
color: #9A4999;
}
</style>
background-color css
<style>
a { background-color: #9A4999; }
a { background-color: rgb(154,73,153); }
div.DivClassName
{
background-color: #9A4999;
}
.BgClassName
{
background-color: #9A4999;
}
</style>
border-color css
<style>
span { border-color: #9A4999; }
span { border-color: rgb(154,73,153); }
td.TdClassName
{
border-color: #9A4999;
}
.TagClassName
{
border-color: #9A4999;
}
</style>