Shades of Violet Blue #9E58AC
Tints of Violet Blue #9E58AC
RGB
CMYK
RGB Variations
Color information
#9E58AC (or 0x9E58AC) is known color: Violet Blue. HEX triplet: 9E, 58 and AC. RGB value is (158,88,172). Sum of RGB (Red+Green+Blue) = 158+88+172=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E58AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E58AC is #61A753. Grayscale: #767676. Windows color (decimal): -6399828 or 11294878. OLE color: 11294878.
HSL color Cylindrical-coordinate representation of color #9E58AC: hue angle of 290º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E58AC is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 88 | 172 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.33 |
| HSL | 290º | 0.34% | 0.51% | - |
| HSV(B) | 290º | 0.49% | 0.67% | - |
| XYZ | 25.04 | 17.23 | 41.04 | - |
| YUV | 118.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 172 | 0.08 | 0.49 | 0 | 0.33 | 290 | 0.34 | 0.51 |
| Hex | 9E | 58 | AC | 8 | 31 | 0 | 21 | 122 | 22 | 33 |
| Octal | 236 | 130 | 254 | 10 | 61 | 0 | 41 | 442 | 42 | 63 |
| Binary | 10011110 | 1011000 | 10101100 | 1000 | 110001 | 0 | 100001 | 100100010 | 100010 | 110011 |
Color Harmonies of #9E58AC
Complementary color
Monochromatic Colors of #9E58AC
Black with #9E58AC
Text Example
Text Example
White with #9E58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E58AC; }
p { color: rgb(158,88,172); }
H1.HeaderClassName
{
color: #9E58AC;
}
.AnyTagClassName
{
color: #9E58AC;
}
</style>
background-color css
<style>
a { background-color: #9E58AC; }
a { background-color: rgb(158,88,172); }
div.DivClassName
{
background-color: #9E58AC;
}
.BgClassName
{
background-color: #9E58AC;
}
</style>
border-color css
<style>
span { border-color: #9E58AC; }
span { border-color: rgb(158,88,172); }
td.TdClassName
{
border-color: #9E58AC;
}
.TagClassName
{
border-color: #9E58AC;
}
</style>