#845DBC

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

Shades of Lilac Bush #845DBC

Tints of Lilac Bush #845DBC

Color information

#845DBC (or 0x845DBC) is unknown color: approx Lilac Bush. HEX triplet: 84, 5D and BC. RGB value is (132,93,188). Sum of RGB (Red+Green+Blue) = 132+93+188=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #845DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DBC is #7BA243. Grayscale: #737373. Windows color (decimal): -8102468 or 12344708. OLE color: 12344708.

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

Color convert

RGB13293188-
CMYK0.300.5100.26
HSL264.63º41.48%55.1%-
HSV(B)264.63º50.53%73.73%-
XYZ22.5116.3749.55-
YUV115.49168.92139.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 93 (36.72% from 255) = 22.52%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=31.96%
G=22.52%
B=45.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132931880.300.5100.26264.6341.4855.1
Hex845DBC1E3301A1092937
Octal20413527436630324115167
Binary1000010010111011011110011110110011011010100001001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,93,188); }

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

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

 a { background-color: rgb(132,93,188); }

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

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

 span { border-color: rgb(132,93,188); }

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