Shades of Violet Blue #9F498F
Tints of Violet Blue #9F498F
RGB
CMYK
RGB Variations
Color information
#9F498F (or 0x9F498F) is known color: Violet Blue. HEX triplet: 9F, 49 and 8F. RGB value is (159,73,143). Sum of RGB (Red+Green+Blue) = 159+73+143=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F498F is #60B670. Grayscale: #6A6A6A. Windows color (decimal): -6338161 or 9390495. OLE color: 9390495.
HSL color Cylindrical-coordinate representation of color #9F498F: hue angle of 311.16º 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 #9F498F is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 143 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.38 |
| HSL | 311.16º | 0.37% | 0.45% | - |
| HSV(B) | 311.16º | 0.54% | 0.62% | - |
| XYZ | 21.64 | 14.12 | 27.57 | - |
| YUV | 106.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 143 | 0 | 0.54 | 0.10 | 0.38 | 311.16 | 0.37 | 0.45 |
| Hex | 9F | 49 | 8F | 0 | 36 | A | 26 | 137 | 25 | 2D |
| Octal | 237 | 111 | 217 | 0 | 66 | 12 | 46 | 467 | 45 | 55 |
| Binary | 10011111 | 1001001 | 10001111 | 0 | 110110 | 1010 | 100110 | 100110111 | 100101 | 101101 |
Color Harmonies of #9F498F
Complementary color
Monochromatic Colors of #9F498F
Black with #9F498F
Text Example
Text Example
White with #9F498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F498F; }
p { color: rgb(159,73,143); }
H1.HeaderClassName
{
color: #9F498F;
}
.AnyTagClassName
{
color: #9F498F;
}
</style>
background-color css
<style>
a { background-color: #9F498F; }
a { background-color: rgb(159,73,143); }
div.DivClassName
{
background-color: #9F498F;
}
.BgClassName
{
background-color: #9F498F;
}
</style>
border-color css
<style>
span { border-color: #9F498F; }
span { border-color: rgb(159,73,143); }
td.TdClassName
{
border-color: #9F498F;
}
.TagClassName
{
border-color: #9F498F;
}
</style>