#9E47AD

Color #9E47AD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9E47AD

Tints of Deep Lilac #9E47AD

Color information

#9E47AD (or 0x9E47AD) is unknown color: approx Deep Lilac. HEX triplet: 9E, 47 and AD. RGB value is (158,71,173). Sum of RGB (Red+Green+Blue) = 158+71+173=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E47AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E47AD is #61B852. Grayscale: #6C6C6C. Windows color (decimal): -6404179 or 11356062. OLE color: 11356062.

HSL color Cylindrical-coordinate representation of color #9E47AD: hue angle of 291.18º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E47AD is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15871173-
CMYK0.090.5900.32
HSL291.18º41.8%47.84%-
HSV(B)291.18º58.96%67.84%-
XYZ23.914.7941.13-
YUV108.64164.32163.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 39.30%
GREEN value IS 71 (28.12% from 255) = 17.66%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=39.30%
G=17.66%
B=43.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158711730.090.5900.32291.1841.847.84
Hex9E47AD93B0201232a30
Octal23610725511730404435260
Binary1001111010001111010110110011110110100000100100011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E47AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E47AD; }

 p { color: rgb(158,71,173); }

 H1.HeaderClassName
 {
   color: #9E47AD;
 }
 .AnyTagClassName
 {
   color: #9E47AD;
 }
</style>
background-color css

<style>
 a { background-color: #9E47AD; }

 a { background-color: rgb(158,71,173); }

 div.DivClassName
 {
   background-color: #9E47AD;
 }
 .BgClassName
 {
   background-color: #9E47AD;
 }
</style>
border-color css

<style>
 span { border-color: #9E47AD; }

 span { border-color: rgb(158,71,173); }

 td.TdClassName
 {
   border-color: #9E47AD;
 }
 .TagClassName
 {
   border-color: #9E47AD;
 }
</style>