Shades of Violet Blue #9F478F
Tints of Violet Blue #9F478F
RGB
CMYK
RGB Variations
Color information
#9F478F (or 0x9F478F) is known color: Violet Blue. HEX triplet: 9F, 47 and 8F. RGB value is (159,71,143). Sum of RGB (Red+Green+Blue) = 159+71+143=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F478F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F478F is #60B870. Grayscale: #696969. Windows color (decimal): -6338673 or 9389983. OLE color: 9389983.
HSL color Cylindrical-coordinate representation of color #9F478F: hue angle of 310.91º 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 #9F478F is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 143 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.38 |
| HSL | 310.91º | 0.38% | 0.45% | - |
| HSV(B) | 310.91º | 0.55% | 0.62% | - |
| XYZ | 21.51 | 13.86 | 27.53 | - |
| YUV | 105.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 143 | 0 | 0.55 | 0.10 | 0.38 | 310.91 | 0.38 | 0.45 |
| Hex | 9F | 47 | 8F | 0 | 37 | A | 26 | 137 | 26 | 2D |
| Octal | 237 | 107 | 217 | 0 | 67 | 12 | 46 | 467 | 46 | 55 |
| Binary | 10011111 | 1000111 | 10001111 | 0 | 110111 | 1010 | 100110 | 100110111 | 100110 | 101101 |
Color Harmonies of #9F478F
Complementary color
Monochromatic Colors of #9F478F
Black with #9F478F
Text Example
Text Example
White with #9F478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F478F; }
p { color: rgb(159,71,143); }
H1.HeaderClassName
{
color: #9F478F;
}
.AnyTagClassName
{
color: #9F478F;
}
</style>
background-color css
<style>
a { background-color: #9F478F; }
a { background-color: rgb(159,71,143); }
div.DivClassName
{
background-color: #9F478F;
}
.BgClassName
{
background-color: #9F478F;
}
</style>
border-color css
<style>
span { border-color: #9F478F; }
span { border-color: rgb(159,71,143); }
td.TdClassName
{
border-color: #9F478F;
}
.TagClassName
{
border-color: #9F478F;
}
</style>