Shades of Violet Blue #9F479B
Tints of Violet Blue #9F479B
RGB
CMYK
RGB Variations
Color information
#9F479B (or 0x9F479B) is known color: Violet Blue. HEX triplet: 9F, 47 and 9B. RGB value is (159,71,155). Sum of RGB (Red+Green+Blue) = 159+71+155=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F479B is #60B864. Grayscale: #6A6A6A. Windows color (decimal): -6338661 or 10176415. OLE color: 10176415.
HSL color Cylindrical-coordinate representation of color #9F479B: hue angle of 302.73º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F479B is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 155 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.38 |
| HSL | 302.73º | 0.38% | 0.45% | - |
| HSV(B) | 302.73º | 0.55% | 0.62% | - |
| XYZ | 22.47 | 14.24 | 32.58 | - |
| YUV | 106.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 155 | 0 | 0.55 | 0.03 | 0.38 | 302.73 | 0.38 | 0.45 |
| Hex | 9F | 47 | 9B | 0 | 37 | 3 | 26 | 12F | 26 | 2D |
| Octal | 237 | 107 | 233 | 0 | 67 | 3 | 46 | 457 | 46 | 55 |
| Binary | 10011111 | 1000111 | 10011011 | 0 | 110111 | 11 | 100110 | 100101111 | 100110 | 101101 |
Color Harmonies of #9F479B
Complementary color
Monochromatic Colors of #9F479B
Black with #9F479B
Text Example
Text Example
White with #9F479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F479B; }
p { color: rgb(159,71,155); }
H1.HeaderClassName
{
color: #9F479B;
}
.AnyTagClassName
{
color: #9F479B;
}
</style>
background-color css
<style>
a { background-color: #9F479B; }
a { background-color: rgb(159,71,155); }
div.DivClassName
{
background-color: #9F479B;
}
.BgClassName
{
background-color: #9F479B;
}
</style>
border-color css
<style>
span { border-color: #9F479B; }
span { border-color: rgb(159,71,155); }
td.TdClassName
{
border-color: #9F479B;
}
.TagClassName
{
border-color: #9F479B;
}
</style>