#8A47BC

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

Shades of Deep Lilac #8A47BC

Tints of Deep Lilac #8A47BC

Color information

#8A47BC (or 0x8A47BC) is unknown color: approx Deep Lilac. HEX triplet: 8A, 47 and BC. RGB value is (138,71,188). Sum of RGB (Red+Green+Blue) = 138+71+188=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A47BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A47BC is #75B843. Grayscale: #676767. Windows color (decimal): -7714884 or 12339082. OLE color: 12339082.

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

Color convert

RGB13871188-
CMYK0.270.6200.26
HSL274.36º46.61%50.78%-
HSV(B)274.36º62.23%73.73%-
XYZ21.8113.5449.04-
YUV104.37175.2151.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 71 (28.12% from 255) = 17.88%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=34.76%
G=17.88%
B=47.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138711880.270.6200.26274.3646.6150.78
Hex8A47BC1B3E01A1122f33
Octal21210727433760324225763
Binary1000101010001111011110011011111110011010100010010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A47BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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