Shades of Violet Blue #9F499B
Tints of Violet Blue #9F499B
RGB
CMYK
RGB Variations
Color information
#9F499B (or 0x9F499B) is known color: Violet Blue. HEX triplet: 9F, 49 and 9B. RGB value is (159,73,155). Sum of RGB (Red+Green+Blue) = 159+73+155=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F499B is #60B664. Grayscale: #6B6B6B. Windows color (decimal): -6338149 or 10176927. OLE color: 10176927.
HSL color Cylindrical-coordinate representation of color #9F499B: hue angle of 302.79º 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 #9F499B is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 155 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.38 |
| HSL | 302.79º | 0.37% | 0.45% | - |
| HSV(B) | 302.79º | 0.54% | 0.62% | - |
| XYZ | 22.6 | 14.5 | 32.62 | - |
| YUV | 108.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 155 | 0 | 0.54 | 0.03 | 0.38 | 302.79 | 0.37 | 0.45 |
| Hex | 9F | 49 | 9B | 0 | 36 | 3 | 26 | 12F | 25 | 2D |
| Octal | 237 | 111 | 233 | 0 | 66 | 3 | 46 | 457 | 45 | 55 |
| Binary | 10011111 | 1001001 | 10011011 | 0 | 110110 | 11 | 100110 | 100101111 | 100101 | 101101 |
Color Harmonies of #9F499B
Complementary color
Monochromatic Colors of #9F499B
Black with #9F499B
Text Example
Text Example
White with #9F499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F499B; }
p { color: rgb(159,73,155); }
H1.HeaderClassName
{
color: #9F499B;
}
.AnyTagClassName
{
color: #9F499B;
}
</style>
background-color css
<style>
a { background-color: #9F499B; }
a { background-color: rgb(159,73,155); }
div.DivClassName
{
background-color: #9F499B;
}
.BgClassName
{
background-color: #9F499B;
}
</style>
border-color css
<style>
span { border-color: #9F499B; }
span { border-color: rgb(159,73,155); }
td.TdClassName
{
border-color: #9F499B;
}
.TagClassName
{
border-color: #9F499B;
}
</style>