Shades of Violet Blue #9F479E
Tints of Violet Blue #9F479E
RGB
CMYK
RGB Variations
Color information
#9F479E (or 0x9F479E) is known color: Violet Blue. HEX triplet: 9F, 47 and 9E. RGB value is (159,71,158). Sum of RGB (Red+Green+Blue) = 159+71+158=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F479E is #60B861. Grayscale: #6A6A6A. Windows color (decimal): -6338658 or 10373023. OLE color: 10373023.
HSL color Cylindrical-coordinate representation of color #9F479E: hue angle of 300.68º 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 #9F479E is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 158 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.38 |
| HSL | 300.68º | 0.38% | 0.45% | - |
| HSV(B) | 300.68º | 0.55% | 0.62% | - |
| XYZ | 22.72 | 14.35 | 33.92 | - |
| YUV | 107.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 158 | 0 | 0.55 | 0.01 | 0.38 | 300.68 | 0.38 | 0.45 |
| Hex | 9F | 47 | 9E | 0 | 37 | 1 | 26 | 12D | 26 | 2D |
| Octal | 237 | 107 | 236 | 0 | 67 | 1 | 46 | 455 | 46 | 55 |
| Binary | 10011111 | 1000111 | 10011110 | 0 | 110111 | 1 | 100110 | 100101101 | 100110 | 101101 |
Color Harmonies of #9F479E
Complementary color
Monochromatic Colors of #9F479E
Black with #9F479E
Text Example
Text Example
White with #9F479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F479E; }
p { color: rgb(159,71,158); }
H1.HeaderClassName
{
color: #9F479E;
}
.AnyTagClassName
{
color: #9F479E;
}
</style>
background-color css
<style>
a { background-color: #9F479E; }
a { background-color: rgb(159,71,158); }
div.DivClassName
{
background-color: #9F479E;
}
.BgClassName
{
background-color: #9F479E;
}
</style>
border-color css
<style>
span { border-color: #9F479E; }
span { border-color: rgb(159,71,158); }
td.TdClassName
{
border-color: #9F479E;
}
.TagClassName
{
border-color: #9F479E;
}
</style>