#8A47A9

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

Shades of Deep Lilac #8A47A9

Tints of Deep Lilac #8A47A9

Color information

#8A47A9 (or 0x8A47A9) is unknown color: approx Deep Lilac. HEX triplet: 8A, 47 and A9. RGB value is (138,71,169). Sum of RGB (Red+Green+Blue) = 138+71+169=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #8A47A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A47A9 is #75B856. Grayscale: #656565. Windows color (decimal): -7714903 or 11093898. OLE color: 11093898.

HSL color Cylindrical-coordinate representation of color #8A47A9: hue angle of 281.02º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A47A9 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13871169-
CMYK0.180.5800.34
HSL281.02º40.83%47.06%-
HSV(B)281.02º57.99%66.27%-
XYZ19.912.7738.95-
YUV102.2165.7153.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.51%
GREEN value IS 71 (28.12% from 255) = 18.78%
BLUE value IS 169 (66.41% from 255) = 44.71%
R=36.51%
G=18.78%
B=44.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138711690.180.5800.34281.0240.8347.06
Hex8A47A9123A022119292f
Octal21210725122720424315157
Binary10001010100011110101001100101110100100010100011001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A47A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A47A9; }

 p { color: rgb(138,71,169); }

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

<style>
 a { background-color: #8A47A9; }

 a { background-color: rgb(138,71,169); }

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

<style>
 span { border-color: #8A47A9; }

 span { border-color: rgb(138,71,169); }

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