Shades of Violet Blue #9F4996
Tints of Violet Blue #9F4996
RGB
CMYK
RGB Variations
Color information
#9F4996 (or 0x9F4996) is known color: Violet Blue. HEX triplet: 9F, 49 and 96. RGB value is (159,73,150). Sum of RGB (Red+Green+Blue) = 159+73+150=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4996 is #60B669. Grayscale: #6B6B6B. Windows color (decimal): -6338154 or 9849247. OLE color: 9849247.
HSL color Cylindrical-coordinate representation of color #9F4996: hue angle of 306.28º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F4996 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 150 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.38 |
| HSL | 306.28º | 0.37% | 0.45% | - |
| HSV(B) | 306.28º | 0.54% | 0.62% | - |
| XYZ | 22.19 | 14.34 | 30.45 | - |
| YUV | 107.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 150 | 0 | 0.54 | 0.06 | 0.38 | 306.28 | 0.37 | 0.45 |
| Hex | 9F | 49 | 96 | 0 | 36 | 6 | 26 | 132 | 25 | 2D |
| Octal | 237 | 111 | 226 | 0 | 66 | 6 | 46 | 462 | 45 | 55 |
| Binary | 10011111 | 1001001 | 10010110 | 0 | 110110 | 110 | 100110 | 100110010 | 100101 | 101101 |
Color Harmonies of #9F4996
Complementary color
Monochromatic Colors of #9F4996
Black with #9F4996
Text Example
Text Example
White with #9F4996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4996; }
p { color: rgb(159,73,150); }
H1.HeaderClassName
{
color: #9F4996;
}
.AnyTagClassName
{
color: #9F4996;
}
</style>
background-color css
<style>
a { background-color: #9F4996; }
a { background-color: rgb(159,73,150); }
div.DivClassName
{
background-color: #9F4996;
}
.BgClassName
{
background-color: #9F4996;
}
</style>
border-color css
<style>
span { border-color: #9F4996; }
span { border-color: rgb(159,73,150); }
td.TdClassName
{
border-color: #9F4996;
}
.TagClassName
{
border-color: #9F4996;
}
</style>