#8e72bb

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

Shades of Lilac Bush #8E72BB

Tints of Lilac Bush #8E72BB

Color information

#8E72BB (or 0x8E72BB) is unknown color: approx Lilac Bush. HEX triplet: 8E, 72 and BB. RGB value is (142,114,187). Sum of RGB (Red+Green+Blue) = 142+114+187=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E72BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E72BB is #718D44. Grayscale: #828282. Windows color (decimal): -7441733 or 12284558. OLE color: 12284558.

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

Color convert

RGB142114187-
CMYK0.240.3900.27
HSL263.01º34.93%59.02%-
HSV(B)263.01º39.04%73.33%-
XYZ26.1421.3749.76-
YUV130.69159.78136.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.05%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=32.05%
G=25.73%
B=42.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421141870.240.3900.27263.0134.9359.02
Hex8E72BB182701B107233b
Octal21616227330470334074373
Binary1000111011100101011101111000100111011011100000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e72bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,187); }

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

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

 a { background-color: rgb(142,114,187); }

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

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

 span { border-color: rgb(142,114,187); }

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