Shades of Violet Blue #9F4997
Tints of Violet Blue #9F4997
RGB
CMYK
RGB Variations
Color information
#9F4997 (or 0x9F4997) is known color: Violet Blue. HEX triplet: 9F, 49 and 97. RGB value is (159,73,151). Sum of RGB (Red+Green+Blue) = 159+73+151=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4997 is #60B668. Grayscale: #6B6B6B. Windows color (decimal): -6338153 or 9914783. OLE color: 9914783.
HSL color Cylindrical-coordinate representation of color #9F4997: hue angle of 305.58º 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 #9F4997 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 151 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.38 |
| HSL | 305.58º | 0.37% | 0.45% | - |
| HSV(B) | 305.58º | 0.54% | 0.62% | - |
| XYZ | 22.27 | 14.37 | 30.88 | - |
| YUV | 107.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 151 | 0 | 0.54 | 0.05 | 0.38 | 305.58 | 0.37 | 0.45 |
| Hex | 9F | 49 | 97 | 0 | 36 | 5 | 26 | 132 | 25 | 2D |
| Octal | 237 | 111 | 227 | 0 | 66 | 5 | 46 | 462 | 45 | 55 |
| Binary | 10011111 | 1001001 | 10010111 | 0 | 110110 | 101 | 100110 | 100110010 | 100101 | 101101 |
Color Harmonies of #9F4997
Complementary color
Monochromatic Colors of #9F4997
Black with #9F4997
Text Example
Text Example
White with #9F4997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4997; }
p { color: rgb(159,73,151); }
H1.HeaderClassName
{
color: #9F4997;
}
.AnyTagClassName
{
color: #9F4997;
}
</style>
background-color css
<style>
a { background-color: #9F4997; }
a { background-color: rgb(159,73,151); }
div.DivClassName
{
background-color: #9F4997;
}
.BgClassName
{
background-color: #9F4997;
}
</style>
border-color css
<style>
span { border-color: #9F4997; }
span { border-color: rgb(159,73,151); }
td.TdClassName
{
border-color: #9F4997;
}
.TagClassName
{
border-color: #9F4997;
}
</style>