#8E61BE

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

Shades of Lilac Bush #8E61BE

Tints of Lilac Bush #8E61BE

Color information

#8E61BE (or 0x8E61BE) is unknown color: approx Lilac Bush. HEX triplet: 8E, 61 and BE. RGB value is (142,97,190). Sum of RGB (Red+Green+Blue) = 142+97+190=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E61BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E61BE is #719E41. Grayscale: #787878. Windows color (decimal): -7446082 or 12476814. OLE color: 12476814.

HSL color Cylindrical-coordinate representation of color #8E61BE: hue angle of 269.03º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E61BE is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14297190-
CMYK0.250.4900.25
HSL269.03º41.7%56.27%-
HSV(B)269.03º48.95%74.51%-
XYZ24.7218.0250.89-
YUV121.06166.91142.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=33.10%
G=22.61%
B=44.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142971900.250.4900.25269.0341.756.27
Hex8E61BE193101910d2a38
Octal21614127631610314155270
Binary1000111011000011011111011001110001011001100001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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