Shades of Violet Blue #9E48AA
Tints of Violet Blue #9E48AA
RGB
CMYK
RGB Variations
Color information
#9E48AA (or 0x9E48AA) is known color: Violet Blue. HEX triplet: 9E, 48 and AA. RGB value is (158,72,170). Sum of RGB (Red+Green+Blue) = 158+72+170=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E48AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E48AA is #61B755. Grayscale: #6C6C6C. Windows color (decimal): -6403926 or 11159710. OLE color: 11159710.
HSL color Cylindrical-coordinate representation of color #9E48AA: hue angle of 292.65º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E48AA is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 72 | 170 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.33 |
| HSL | 292.65º | 0.4% | 0.47% | - |
| HSV(B) | 292.65º | 0.58% | 0.67% | - |
| XYZ | 23.67 | 14.81 | 39.64 | - |
| YUV | 108.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 72 | 170 | 0.07 | 0.58 | 0 | 0.33 | 292.65 | 0.4 | 0.47 |
| Hex | 9E | 48 | AA | 7 | 3A | 0 | 21 | 125 | 28 | 2F |
| Octal | 236 | 110 | 252 | 7 | 72 | 0 | 41 | 445 | 50 | 57 |
| Binary | 10011110 | 1001000 | 10101010 | 111 | 111010 | 0 | 100001 | 100100101 | 101000 | 101111 |
Color Harmonies of #9E48AA
Complementary color
Monochromatic Colors of #9E48AA
Black with #9E48AA
Text Example
Text Example
White with #9E48AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E48AA; }
p { color: rgb(158,72,170); }
H1.HeaderClassName
{
color: #9E48AA;
}
.AnyTagClassName
{
color: #9E48AA;
}
</style>
background-color css
<style>
a { background-color: #9E48AA; }
a { background-color: rgb(158,72,170); }
div.DivClassName
{
background-color: #9E48AA;
}
.BgClassName
{
background-color: #9E48AA;
}
</style>
border-color css
<style>
span { border-color: #9E48AA; }
span { border-color: rgb(158,72,170); }
td.TdClassName
{
border-color: #9E48AA;
}
.TagClassName
{
border-color: #9E48AA;
}
</style>