Shades of Violet Blue #9F498B
Tints of Violet Blue #9F498B
RGB
CMYK
RGB Variations
Color information
#9F498B (or 0x9F498B) is known color: Violet Blue. HEX triplet: 9F, 49 and 8B. RGB value is (159,73,139). Sum of RGB (Red+Green+Blue) = 159+73+139=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F498B is #60B674. Grayscale: #6A6A6A. Windows color (decimal): -6338165 or 9128351. OLE color: 9128351.
HSL color Cylindrical-coordinate representation of color #9F498B: hue angle of 313.95º 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 #9F498B is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 139 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.38 |
| HSL | 313.95º | 0.37% | 0.45% | - |
| HSV(B) | 313.95º | 0.54% | 0.62% | - |
| XYZ | 21.34 | 14 | 26 | - |
| YUV | 106.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 139 | 0 | 0.54 | 0.13 | 0.38 | 313.95 | 0.37 | 0.45 |
| Hex | 9F | 49 | 8B | 0 | 36 | D | 26 | 13A | 25 | 2D |
| Octal | 237 | 111 | 213 | 0 | 66 | 15 | 46 | 472 | 45 | 55 |
| Binary | 10011111 | 1001001 | 10001011 | 0 | 110110 | 1101 | 100110 | 100111010 | 100101 | 101101 |
Color Harmonies of #9F498B
Complementary color
Monochromatic Colors of #9F498B
Black with #9F498B
Text Example
Text Example
White with #9F498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F498B; }
p { color: rgb(159,73,139); }
H1.HeaderClassName
{
color: #9F498B;
}
.AnyTagClassName
{
color: #9F498B;
}
</style>
background-color css
<style>
a { background-color: #9F498B; }
a { background-color: rgb(159,73,139); }
div.DivClassName
{
background-color: #9F498B;
}
.BgClassName
{
background-color: #9F498B;
}
</style>
border-color css
<style>
span { border-color: #9F498B; }
span { border-color: rgb(159,73,139); }
td.TdClassName
{
border-color: #9F498B;
}
.TagClassName
{
border-color: #9F498B;
}
</style>