Shades of Violet Blue #9F5E91
Tints of Violet Blue #9F5E91
RGB
CMYK
RGB Variations
Color information
#9F5E91 (or 0x9F5E91) is known color: Violet Blue. HEX triplet: 9F, 5E and 91. RGB value is (159,94,145). Sum of RGB (Red+Green+Blue) = 159+94+145=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E91 is #60A16E. Grayscale: #777777. Windows color (decimal): -6332783 or 9526943. OLE color: 9526943.
HSL color Cylindrical-coordinate representation of color #9F5E91: hue angle of 312.92º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E91 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 94 | 145 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.38 |
| HSL | 312.92º | 0.26% | 0.5% | - |
| HSV(B) | 312.92º | 0.41% | 0.62% | - |
| XYZ | 23.41 | 17.42 | 28.92 | - |
| YUV | 119.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 145 | 0 | 0.41 | 0.09 | 0.38 | 312.92 | 0.26 | 0.5 |
| Hex | 9F | 5E | 91 | 0 | 29 | 9 | 26 | 139 | 1A | 32 |
| Octal | 237 | 136 | 221 | 0 | 51 | 11 | 46 | 471 | 32 | 62 |
| Binary | 10011111 | 1011110 | 10010001 | 0 | 101001 | 1001 | 100110 | 100111001 | 11010 | 110010 |
Color Harmonies of #9F5E91
Complementary color
Monochromatic Colors of #9F5E91
Black with #9F5E91
Text Example
Text Example
White with #9F5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5E91; }
p { color: rgb(159,94,145); }
H1.HeaderClassName
{
color: #9F5E91;
}
.AnyTagClassName
{
color: #9F5E91;
}
</style>
background-color css
<style>
a { background-color: #9F5E91; }
a { background-color: rgb(159,94,145); }
div.DivClassName
{
background-color: #9F5E91;
}
.BgClassName
{
background-color: #9F5E91;
}
</style>
border-color css
<style>
span { border-color: #9F5E91; }
span { border-color: rgb(159,94,145); }
td.TdClassName
{
border-color: #9F5E91;
}
.TagClassName
{
border-color: #9F5E91;
}
</style>