Shades of Violet Blue #9F5EAC
Tints of Violet Blue #9F5EAC
RGB
CMYK
RGB Variations
Color information
#9F5EAC (or 0x9F5EAC) is known color: Violet Blue. HEX triplet: 9F, 5E and AC. RGB value is (159,94,172). Sum of RGB (Red+Green+Blue) = 159+94+172=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F5EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5EAC is #60A153. Grayscale: #7A7A7A. Windows color (decimal): -6332756 or 11296415. OLE color: 11296415.
HSL color Cylindrical-coordinate representation of color #9F5EAC: hue angle of 290º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F5EAC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 94 | 172 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.33 |
| HSL | 290º | 0.32% | 0.52% | - |
| HSV(B) | 290º | 0.45% | 0.67% | - |
| XYZ | 25.75 | 18.35 | 41.22 | - |
| YUV | 122.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 172 | 0.08 | 0.45 | 0 | 0.33 | 290 | 0.32 | 0.52 |
| Hex | 9F | 5E | AC | 8 | 2D | 0 | 21 | 122 | 20 | 34 |
| Octal | 237 | 136 | 254 | 10 | 55 | 0 | 41 | 442 | 40 | 64 |
| Binary | 10011111 | 1011110 | 10101100 | 1000 | 101101 | 0 | 100001 | 100100010 | 100000 | 110100 |
Color Harmonies of #9F5EAC
Complementary color
Monochromatic Colors of #9F5EAC
Black with #9F5EAC
Text Example
Text Example
White with #9F5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5EAC; }
p { color: rgb(159,94,172); }
H1.HeaderClassName
{
color: #9F5EAC;
}
.AnyTagClassName
{
color: #9F5EAC;
}
</style>
background-color css
<style>
a { background-color: #9F5EAC; }
a { background-color: rgb(159,94,172); }
div.DivClassName
{
background-color: #9F5EAC;
}
.BgClassName
{
background-color: #9F5EAC;
}
</style>
border-color css
<style>
span { border-color: #9F5EAC; }
span { border-color: rgb(159,94,172); }
td.TdClassName
{
border-color: #9F5EAC;
}
.TagClassName
{
border-color: #9F5EAC;
}
</style>