Shades of Violet Blue #9E5FAC
Tints of Violet Blue #9E5FAC
RGB
CMYK
RGB Variations
Color information
#9E5FAC (or 0x9E5FAC) is known color: Violet Blue. HEX triplet: 9E, 5F and AC. RGB value is (158,95,172). Sum of RGB (Red+Green+Blue) = 158+95+172=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 95 (37.5% from 255 or 22.35% 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 #9E5FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5FAC is #61A053. Grayscale: #7A7A7A. Windows color (decimal): -6398036 or 11296670. OLE color: 11296670.
HSL color Cylindrical-coordinate representation of color #9E5FAC: hue angle of 289.09º 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 #9E5FAC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 95 | 172 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.33 |
| HSL | 289.09º | 0.32% | 0.52% | - |
| HSV(B) | 289.09º | 0.45% | 0.67% | - |
| XYZ | 25.64 | 18.43 | 41.24 | - |
| YUV | 122.62 | 155.87 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 95 | 172 | 0.08 | 0.45 | 0 | 0.33 | 289.09 | 0.32 | 0.52 |
| Hex | 9E | 5F | AC | 8 | 2D | 0 | 21 | 121 | 20 | 34 |
| Octal | 236 | 137 | 254 | 10 | 55 | 0 | 41 | 441 | 40 | 64 |
| Binary | 10011110 | 1011111 | 10101100 | 1000 | 101101 | 0 | 100001 | 100100001 | 100000 | 110100 |
Color Harmonies of #9E5FAC
Complementary color
Monochromatic Colors of #9E5FAC
Black with #9E5FAC
Text Example
Text Example
White with #9E5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5FAC; }
p { color: rgb(158,95,172); }
H1.HeaderClassName
{
color: #9E5FAC;
}
.AnyTagClassName
{
color: #9E5FAC;
}
</style>
background-color css
<style>
a { background-color: #9E5FAC; }
a { background-color: rgb(158,95,172); }
div.DivClassName
{
background-color: #9E5FAC;
}
.BgClassName
{
background-color: #9E5FAC;
}
</style>
border-color css
<style>
span { border-color: #9E5FAC; }
span { border-color: rgb(158,95,172); }
td.TdClassName
{
border-color: #9E5FAC;
}
.TagClassName
{
border-color: #9E5FAC;
}
</style>