#8E61BC

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

Shades of Lilac Bush #8E61BC

Tints of Lilac Bush #8E61BC

Color information

#8E61BC (or 0x8E61BC) is unknown color: approx Lilac Bush. HEX triplet: 8E, 61 and BC. RGB value is (142,97,188). Sum of RGB (Red+Green+Blue) = 142+97+188=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E61BC is #719E43. Grayscale: #787878. Windows color (decimal): -7446084 or 12345742. OLE color: 12345742.

HSL color Cylindrical-coordinate representation of color #8E61BC: hue angle of 269.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E61BC is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14297188-
CMYK0.240.4800.26
HSL269.67º40.44%55.88%-
HSV(B)269.67º48.4%73.73%-
XYZ24.5117.9349.75-
YUV120.83165.91143.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=33.26%
G=22.72%
B=44.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142971880.240.4800.26269.6740.4455.88
Hex8E61BC183001A10e2838
Octal21614127430600324165070
Binary1000111011000011011110011000110000011010100001110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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