Shades of Violet Blue #9F4991
Tints of Violet Blue #9F4991
RGB
CMYK
RGB Variations
Color information
#9F4991 (or 0x9F4991) is known color: Violet Blue. HEX triplet: 9F, 49 and 91. RGB value is (159,73,145). Sum of RGB (Red+Green+Blue) = 159+73+145=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4991 is #60B66E. Grayscale: #6A6A6A. Windows color (decimal): -6338159 or 9521567. OLE color: 9521567.
HSL color Cylindrical-coordinate representation of color #9F4991: hue angle of 309.77º 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 #9F4991 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 145 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.38 |
| HSL | 309.77º | 0.37% | 0.45% | - |
| HSV(B) | 309.77º | 0.54% | 0.62% | - |
| XYZ | 21.79 | 14.18 | 28.38 | - |
| YUV | 106.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 145 | 0 | 0.54 | 0.09 | 0.38 | 309.77 | 0.37 | 0.45 |
| Hex | 9F | 49 | 91 | 0 | 36 | 9 | 26 | 136 | 25 | 2D |
| Octal | 237 | 111 | 221 | 0 | 66 | 11 | 46 | 466 | 45 | 55 |
| Binary | 10011111 | 1001001 | 10010001 | 0 | 110110 | 1001 | 100110 | 100110110 | 100101 | 101101 |
Color Harmonies of #9F4991
Complementary color
Monochromatic Colors of #9F4991
Black with #9F4991
Text Example
Text Example
White with #9F4991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4991; }
p { color: rgb(159,73,145); }
H1.HeaderClassName
{
color: #9F4991;
}
.AnyTagClassName
{
color: #9F4991;
}
</style>
background-color css
<style>
a { background-color: #9F4991; }
a { background-color: rgb(159,73,145); }
div.DivClassName
{
background-color: #9F4991;
}
.BgClassName
{
background-color: #9F4991;
}
</style>
border-color css
<style>
span { border-color: #9F4991; }
span { border-color: rgb(159,73,145); }
td.TdClassName
{
border-color: #9F4991;
}
.TagClassName
{
border-color: #9F4991;
}
</style>