#8a47be

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

Shades of Deep Lilac #8A47BE

Tints of Deep Lilac #8A47BE

Color information

#8A47BE (or 0x8A47BE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 47 and BE. RGB value is (138,71,190). Sum of RGB (Red+Green+Blue) = 138+71+190=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A47BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A47BE is #75B841. Grayscale: #686868. Windows color (decimal): -7714882 or 12470154. OLE color: 12470154.

HSL color Cylindrical-coordinate representation of color #8A47BE: hue angle of 273.78º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A47BE is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13871190-
CMYK0.270.6300.25
HSL273.78º47.79%51.18%-
HSV(B)273.78º62.63%74.51%-
XYZ22.0313.6350.18-
YUV104.6176.2151.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 71 (28.12% from 255) = 17.79%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=34.59%
G=17.79%
B=47.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138711900.270.6300.25273.7847.7951.18
Hex8A47BE1B3F0191123033
Octal21210727633770314226063
Binary1000101010001111011111011011111111011001100010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a47be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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