Shades of Violet Blue #9F5EA6
Tints of Violet Blue #9F5EA6
RGB
CMYK
RGB Variations
Color information
#9F5EA6 (or 0x9F5EA6) is known color: Violet Blue. HEX triplet: 9F, 5E and A6. RGB value is (159,94,166). Sum of RGB (Red+Green+Blue) = 159+94+166=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 166 - color contains mainly: blue. Hex color #9F5EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5EA6 is #60A159. Grayscale: #797979. Windows color (decimal): -6332762 or 10903199. OLE color: 10903199.
HSL color Cylindrical-coordinate representation of color #9F5EA6: hue angle of 294.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5EA6 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 94 | 166 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.35 |
| HSL | 294.17º | 0.29% | 0.51% | - |
| HSV(B) | 294.17º | 0.43% | 0.65% | - |
| XYZ | 25.18 | 18.13 | 38.25 | - |
| YUV | 121.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 166 | 0.04 | 0.43 | 0 | 0.35 | 294.17 | 0.29 | 0.51 |
| Hex | 9F | 5E | A6 | 4 | 2B | 0 | 23 | 126 | 1D | 33 |
| Octal | 237 | 136 | 246 | 4 | 53 | 0 | 43 | 446 | 35 | 63 |
| Binary | 10011111 | 1011110 | 10100110 | 100 | 101011 | 0 | 100011 | 100100110 | 11101 | 110011 |
Color Harmonies of #9F5EA6
Complementary color
Monochromatic Colors of #9F5EA6
Black with #9F5EA6
Text Example
Text Example
White with #9F5EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5EA6; }
p { color: rgb(159,94,166); }
H1.HeaderClassName
{
color: #9F5EA6;
}
.AnyTagClassName
{
color: #9F5EA6;
}
</style>
background-color css
<style>
a { background-color: #9F5EA6; }
a { background-color: rgb(159,94,166); }
div.DivClassName
{
background-color: #9F5EA6;
}
.BgClassName
{
background-color: #9F5EA6;
}
</style>
border-color css
<style>
span { border-color: #9F5EA6; }
span { border-color: rgb(159,94,166); }
td.TdClassName
{
border-color: #9F5EA6;
}
.TagClassName
{
border-color: #9F5EA6;
}
</style>