#8A47BA

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

Shades of Deep Lilac #8A47BA

Tints of Deep Lilac #8A47BA

Color information

#8A47BA (or 0x8A47BA) is unknown color: approx Deep Lilac. HEX triplet: 8A, 47 and BA. RGB value is (138,71,186). Sum of RGB (Red+Green+Blue) = 138+71+186=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A47BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A47BA is #75B845. Grayscale: #676767. Windows color (decimal): -7714886 or 12208010. OLE color: 12208010.

HSL color Cylindrical-coordinate representation of color #8A47BA: hue angle of 274.96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A47BA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13871186-
CMYK0.260.6200.27
HSL274.96º45.45%50.39%-
HSV(B)274.96º61.83%72.94%-
XYZ21.613.4547.91-
YUV104.14174.2152.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 71 (28.12% from 255) = 17.97%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=34.94%
G=17.97%
B=47.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138711860.260.6200.27274.9645.4550.39
Hex8A47BA1A3E01B1132d32
Octal21210727232760334235562
Binary1000101010001111011101011010111110011011100010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A47BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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