Shades of Violet Blue #9E58AA
Tints of Violet Blue #9E58AA
RGB
CMYK
RGB Variations
Color information
#9E58AA (or 0x9E58AA) is known color: Violet Blue. HEX triplet: 9E, 58 and AA. RGB value is (158,88,170). Sum of RGB (Red+Green+Blue) = 158+88+170=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E58AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E58AA is #61A755. Grayscale: #767676. Windows color (decimal): -6399830 or 11163806. OLE color: 11163806.
HSL color Cylindrical-coordinate representation of color #9E58AA: hue angle of 291.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E58AA is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 88 | 170 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.33 |
| HSL | 291.22º | 0.33% | 0.51% | - |
| HSV(B) | 291.22º | 0.48% | 0.67% | - |
| XYZ | 24.85 | 17.15 | 40.03 | - |
| YUV | 118.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 170 | 0.07 | 0.48 | 0 | 0.33 | 291.22 | 0.33 | 0.51 |
| Hex | 9E | 58 | AA | 7 | 30 | 0 | 21 | 123 | 21 | 33 |
| Octal | 236 | 130 | 252 | 7 | 60 | 0 | 41 | 443 | 41 | 63 |
| Binary | 10011110 | 1011000 | 10101010 | 111 | 110000 | 0 | 100001 | 100100011 | 100001 | 110011 |
Color Harmonies of #9E58AA
Complementary color
Monochromatic Colors of #9E58AA
Black with #9E58AA
Text Example
Text Example
White with #9E58AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E58AA; }
p { color: rgb(158,88,170); }
H1.HeaderClassName
{
color: #9E58AA;
}
.AnyTagClassName
{
color: #9E58AA;
}
</style>
background-color css
<style>
a { background-color: #9E58AA; }
a { background-color: rgb(158,88,170); }
div.DivClassName
{
background-color: #9E58AA;
}
.BgClassName
{
background-color: #9E58AA;
}
</style>
border-color css
<style>
span { border-color: #9E58AA; }
span { border-color: rgb(158,88,170); }
td.TdClassName
{
border-color: #9E58AA;
}
.TagClassName
{
border-color: #9E58AA;
}
</style>