#8E73BA

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

Shades of Lilac Bush #8E73BA

Tints of Lilac Bush #8E73BA

Color information

#8E73BA (or 0x8E73BA) is unknown color: approx Lilac Bush. HEX triplet: 8E, 73 and BA. RGB value is (142,115,186). Sum of RGB (Red+Green+Blue) = 142+115+186=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E73BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E73BA is #718C45. Grayscale: #828282. Windows color (decimal): -7441478 or 12219278. OLE color: 12219278.

HSL color Cylindrical-coordinate representation of color #8E73BA: hue angle of 262.82º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E73BA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142115186-
CMYK0.240.3800.27
HSL262.82º33.97%59.02%-
HSV(B)262.82º38.17%72.94%-
XYZ26.1521.5649.24-
YUV131.17158.95135.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.05%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=32.05%
G=25.96%
B=41.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421151860.240.3800.27262.8233.9759.02
Hex8E73BA182601B107223b
Octal21616327230460334074273
Binary1000111011100111011101011000100110011011100000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,115,186); }

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

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

 a { background-color: rgb(142,115,186); }

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

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

 span { border-color: rgb(142,115,186); }

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