Shades of Violet Blue #9E47AA
Tints of Violet Blue #9E47AA
RGB
CMYK
RGB Variations
Color information
#9E47AA (or 0x9E47AA) is known color: Violet Blue. HEX triplet: 9E, 47 and AA. RGB value is (158,71,170). Sum of RGB (Red+Green+Blue) = 158+71+170=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E47AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E47AA is #61B855. Grayscale: #6B6B6B. Windows color (decimal): -6404182 or 11159454. OLE color: 11159454.
HSL color Cylindrical-coordinate representation of color #9E47AA: hue angle of 292.73º degrees, saturation: 0.41, 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 #9E47AA is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 71 | 170 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.33 |
| HSL | 292.73º | 0.41% | 0.47% | - |
| HSV(B) | 292.73º | 0.58% | 0.67% | - |
| XYZ | 23.61 | 14.68 | 39.62 | - |
| YUV | 108.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 71 | 170 | 0.07 | 0.58 | 0 | 0.33 | 292.73 | 0.41 | 0.47 |
| Hex | 9E | 47 | AA | 7 | 3A | 0 | 21 | 125 | 29 | 2F |
| Octal | 236 | 107 | 252 | 7 | 72 | 0 | 41 | 445 | 51 | 57 |
| Binary | 10011110 | 1000111 | 10101010 | 111 | 111010 | 0 | 100001 | 100100101 | 101001 | 101111 |
Color Harmonies of #9E47AA
Complementary color
Monochromatic Colors of #9E47AA
Black with #9E47AA
Text Example
Text Example
White with #9E47AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E47AA; }
p { color: rgb(158,71,170); }
H1.HeaderClassName
{
color: #9E47AA;
}
.AnyTagClassName
{
color: #9E47AA;
}
</style>
background-color css
<style>
a { background-color: #9E47AA; }
a { background-color: rgb(158,71,170); }
div.DivClassName
{
background-color: #9E47AA;
}
.BgClassName
{
background-color: #9E47AA;
}
</style>
border-color css
<style>
span { border-color: #9E47AA; }
span { border-color: rgb(158,71,170); }
td.TdClassName
{
border-color: #9E47AA;
}
.TagClassName
{
border-color: #9E47AA;
}
</style>