#8A47BB

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

Shades of Deep Lilac #8A47BB

Tints of Deep Lilac #8A47BB

Color information

#8A47BB (or 0x8A47BB) is unknown color: approx Deep Lilac. HEX triplet: 8A, 47 and BB. RGB value is (138,71,187). Sum of RGB (Red+Green+Blue) = 138+71+187=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A47BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A47BB is #75B844. Grayscale: #676767. Windows color (decimal): -7714885 or 12273546. OLE color: 12273546.

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

Color convert

RGB13871187-
CMYK0.260.6200.27
HSL274.66º46.03%50.59%-
HSV(B)274.66º62.03%73.33%-
XYZ21.713.548.48-
YUV104.26174.7152.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 71 (28.12% from 255) = 17.93%
BLUE value IS 187 (73.44% from 255) = 47.22%
R=34.85%
G=17.93%
B=47.22%

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
Decimal138711870.260.6200.27274.6646.0350.59
Hex8A47BB1A3E01B1132e33
Octal21210727332760334235663
Binary1000101010001111011101111010111110011011100010011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A47BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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