Shades of Violet Blue #9F479F
Tints of Violet Blue #9F479F
RGB
CMYK
RGB Variations
Color information
#9F479F (or 0x9F479F) is known color: Violet Blue. HEX triplet: 9F, 47 and 9F. RGB value is (159,71,159). Sum of RGB (Red+Green+Blue) = 159+71+159=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F479F is #60B860. Grayscale: #6B6B6B. Windows color (decimal): -6338657 or 10438559. OLE color: 10438559.
HSL color Cylindrical-coordinate representation of color #9F479F: hue angle of 300º 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 #9F479F is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 159 | - |
| CMYK | 0 | 0.55 | 0 | 0.38 |
| HSL | 300º | 0.38% | 0.45% | - |
| HSV(B) | 300º | 0.55% | 0.62% | - |
| XYZ | 22.81 | 14.38 | 34.37 | - |
| YUV | 107.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 159 | 0 | 0.55 | 0 | 0.38 | 300 | 0.38 | 0.45 |
| Hex | 9F | 47 | 9F | 0 | 37 | 0 | 26 | 12C | 26 | 2D |
| Octal | 237 | 107 | 237 | 0 | 67 | 0 | 46 | 454 | 46 | 55 |
| Binary | 10011111 | 1000111 | 10011111 | 0 | 110111 | 0 | 100110 | 100101100 | 100110 | 101101 |
Color Harmonies of #9F479F
Complementary color
Monochromatic Colors of #9F479F
Black with #9F479F
Text Example
Text Example
White with #9F479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F479F; }
p { color: rgb(159,71,159); }
H1.HeaderClassName
{
color: #9F479F;
}
.AnyTagClassName
{
color: #9F479F;
}
</style>
background-color css
<style>
a { background-color: #9F479F; }
a { background-color: rgb(159,71,159); }
div.DivClassName
{
background-color: #9F479F;
}
.BgClassName
{
background-color: #9F479F;
}
</style>
border-color css
<style>
span { border-color: #9F479F; }
span { border-color: rgb(159,71,159); }
td.TdClassName
{
border-color: #9F479F;
}
.TagClassName
{
border-color: #9F479F;
}
</style>