#845EBD

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

Shades of Lilac Bush #845EBD

Tints of Lilac Bush #845EBD

Color information

#845EBD (or 0x845EBD) is unknown color: approx Lilac Bush. HEX triplet: 84, 5E and BD. RGB value is (132,94,189). Sum of RGB (Red+Green+Blue) = 132+94+189=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #845EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845EBD is #7BA142. Grayscale: #737373. Windows color (decimal): -8102211 or 12410500. OLE color: 12410500.

HSL color Cylindrical-coordinate representation of color #845EBD: hue angle of 264º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #845EBD is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13294189-
CMYK0.300.5000.26
HSL264º41.85%55.49%-
HSV(B)264º50.26%74.12%-
XYZ22.716.5950.15-
YUV116.19169.09139.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=31.81%
G=22.65%
B=45.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132941890.300.5000.2626441.8555.49
Hex845EBD1E3201A1082a37
Octal20413627536620324105267
Binary1000010010111101011110111110110010011010100001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845EBD; }

 p { color: rgb(132,94,189); }

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

<style>
 a { background-color: #845EBD; }

 a { background-color: rgb(132,94,189); }

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

<style>
 span { border-color: #845EBD; }

 span { border-color: rgb(132,94,189); }

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