Shades of Violet Blue #9F49AB
Tints of Violet Blue #9F49AB
RGB
CMYK
RGB Variations
Color information
#9F49AB (or 0x9F49AB) is known color: Violet Blue. HEX triplet: 9F, 49 and AB. RGB value is (159,73,171). Sum of RGB (Red+Green+Blue) = 159+73+171=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F49AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F49AB is #60B654. Grayscale: #6D6D6D. Windows color (decimal): -6338133 or 11225503. OLE color: 11225503.
HSL color Cylindrical-coordinate representation of color #9F49AB: hue angle of 292.65º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F49AB is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 73 | 171 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.33 |
| HSL | 292.65º | 0.4% | 0.48% | - |
| HSV(B) | 292.65º | 0.57% | 0.67% | - |
| XYZ | 24.03 | 15.08 | 40.17 | - |
| YUV | 109.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 171 | 0.07 | 0.57 | 0 | 0.33 | 292.65 | 0.4 | 0.48 |
| Hex | 9F | 49 | AB | 7 | 39 | 0 | 21 | 125 | 28 | 30 |
| Octal | 237 | 111 | 253 | 7 | 71 | 0 | 41 | 445 | 50 | 60 |
| Binary | 10011111 | 1001001 | 10101011 | 111 | 111001 | 0 | 100001 | 100100101 | 101000 | 110000 |
Color Harmonies of #9F49AB
Complementary color
Monochromatic Colors of #9F49AB
Black with #9F49AB
Text Example
Text Example
White with #9F49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F49AB; }
p { color: rgb(159,73,171); }
H1.HeaderClassName
{
color: #9F49AB;
}
.AnyTagClassName
{
color: #9F49AB;
}
</style>
background-color css
<style>
a { background-color: #9F49AB; }
a { background-color: rgb(159,73,171); }
div.DivClassName
{
background-color: #9F49AB;
}
.BgClassName
{
background-color: #9F49AB;
}
</style>
border-color css
<style>
span { border-color: #9F49AB; }
span { border-color: rgb(159,73,171); }
td.TdClassName
{
border-color: #9F49AB;
}
.TagClassName
{
border-color: #9F49AB;
}
</style>