#8E61BA

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

Shades of Lilac Bush #8E61BA

Tints of Lilac Bush #8E61BA

Color information

#8E61BA (or 0x8E61BA) is unknown color: approx Lilac Bush. HEX triplet: 8E, 61 and BA. RGB value is (142,97,186). Sum of RGB (Red+Green+Blue) = 142+97+186=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E61BA is #719E45. Grayscale: #787878. Windows color (decimal): -7446086 or 12214670. OLE color: 12214670.

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

Color convert

RGB14297186-
CMYK0.240.4800.27
HSL270.34º39.21%55.49%-
HSV(B)270.34º47.85%72.94%-
XYZ24.2917.8548.62-
YUV120.6164.91143.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.41%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=33.41%
G=22.82%
B=43.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142971860.240.4800.27270.3439.2155.49
Hex8E61BA183001B10e2737
Octal21614127230600334164767
Binary1000111011000011011101011000110000011011100001110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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