#8E62BD

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

Shades of Lilac Bush #8E62BD

Tints of Lilac Bush #8E62BD

Color information

#8E62BD (or 0x8E62BD) is unknown color: approx Lilac Bush. HEX triplet: 8E, 62 and BD. RGB value is (142,98,189). Sum of RGB (Red+Green+Blue) = 142+98+189=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E62BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E62BD is #719D42. Grayscale: #797979. Windows color (decimal): -7445827 or 12411534. OLE color: 12411534.

HSL color Cylindrical-coordinate representation of color #8E62BD: hue angle of 269.01º degrees, saturation: 0.41, 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 #8E62BD is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14298189-
CMYK0.250.4800.26
HSL269.01º40.81%56.27%-
HSV(B)269.01º48.15%74.12%-
XYZ24.7118.1650.35-
YUV121.53166.08142.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=33.10%
G=22.84%
B=44.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142981890.250.4800.26269.0140.8156.27
Hex8E62BD193001A10d2938
Octal21614227531600324155170
Binary1000111011000101011110111001110000011010100001101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E62BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,98,189); }

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

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

 a { background-color: rgb(142,98,189); }

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

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

 span { border-color: rgb(142,98,189); }

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