Shades of Violet Blue #9F4790
Tints of Violet Blue #9F4790
RGB
CMYK
RGB Variations
Color information
#9F4790 (or 0x9F4790) is known color: Violet Blue. HEX triplet: 9F, 47 and 90. RGB value is (159,71,144). Sum of RGB (Red+Green+Blue) = 159+71+144=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4790 is #60B86F. Grayscale: #696969. Windows color (decimal): -6338672 or 9455519. OLE color: 9455519.
HSL color Cylindrical-coordinate representation of color #9F4790: hue angle of 310.23º 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 #9F4790 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 144 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.38 |
| HSL | 310.23º | 0.38% | 0.45% | - |
| HSV(B) | 310.23º | 0.55% | 0.62% | - |
| XYZ | 21.59 | 13.89 | 27.93 | - |
| YUV | 105.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 144 | 0 | 0.55 | 0.09 | 0.38 | 310.23 | 0.38 | 0.45 |
| Hex | 9F | 47 | 90 | 0 | 37 | 9 | 26 | 136 | 26 | 2D |
| Octal | 237 | 107 | 220 | 0 | 67 | 11 | 46 | 466 | 46 | 55 |
| Binary | 10011111 | 1000111 | 10010000 | 0 | 110111 | 1001 | 100110 | 100110110 | 100110 | 101101 |
Color Harmonies of #9F4790
Complementary color
Monochromatic Colors of #9F4790
Black with #9F4790
Text Example
Text Example
White with #9F4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4790; }
p { color: rgb(159,71,144); }
H1.HeaderClassName
{
color: #9F4790;
}
.AnyTagClassName
{
color: #9F4790;
}
</style>
background-color css
<style>
a { background-color: #9F4790; }
a { background-color: rgb(159,71,144); }
div.DivClassName
{
background-color: #9F4790;
}
.BgClassName
{
background-color: #9F4790;
}
</style>
border-color css
<style>
span { border-color: #9F4790; }
span { border-color: rgb(159,71,144); }
td.TdClassName
{
border-color: #9F4790;
}
.TagClassName
{
border-color: #9F4790;
}
</style>