Shades of Violet Blue #9F499C
Tints of Violet Blue #9F499C
RGB
CMYK
RGB Variations
Color information
#9F499C (or 0x9F499C) is known color: Violet Blue. HEX triplet: 9F, 49 and 9C. RGB value is (159,73,156). Sum of RGB (Red+Green+Blue) = 159+73+156=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F499C is #60B663. Grayscale: #6B6B6B. Windows color (decimal): -6338148 or 10242463. OLE color: 10242463.
HSL color Cylindrical-coordinate representation of color #9F499C: hue angle of 302.09º 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 #9F499C is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 156 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.38 |
| HSL | 302.09º | 0.37% | 0.45% | - |
| HSV(B) | 302.09º | 0.54% | 0.62% | - |
| XYZ | 22.68 | 14.54 | 33.06 | - |
| YUV | 108.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 156 | 0 | 0.54 | 0.02 | 0.38 | 302.09 | 0.37 | 0.45 |
| Hex | 9F | 49 | 9C | 0 | 36 | 2 | 26 | 12E | 25 | 2D |
| Octal | 237 | 111 | 234 | 0 | 66 | 2 | 46 | 456 | 45 | 55 |
| Binary | 10011111 | 1001001 | 10011100 | 0 | 110110 | 10 | 100110 | 100101110 | 100101 | 101101 |
Color Harmonies of #9F499C
Complementary color
Monochromatic Colors of #9F499C
Black with #9F499C
Text Example
Text Example
White with #9F499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F499C; }
p { color: rgb(159,73,156); }
H1.HeaderClassName
{
color: #9F499C;
}
.AnyTagClassName
{
color: #9F499C;
}
</style>
background-color css
<style>
a { background-color: #9F499C; }
a { background-color: rgb(159,73,156); }
div.DivClassName
{
background-color: #9F499C;
}
.BgClassName
{
background-color: #9F499C;
}
</style>
border-color css
<style>
span { border-color: #9F499C; }
span { border-color: rgb(159,73,156); }
td.TdClassName
{
border-color: #9F499C;
}
.TagClassName
{
border-color: #9F499C;
}
</style>