#845CBD

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

Shades of Lilac Bush #845CBD

Tints of Lilac Bush #845CBD

Color information

#845CBD (or 0x845CBD) is unknown color: approx Lilac Bush. HEX triplet: 84, 5C and BD. RGB value is (132,92,189). Sum of RGB (Red+Green+Blue) = 132+92+189=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #845CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CBD is #7BA342. Grayscale: #727272. Windows color (decimal): -8102723 or 12409988. OLE color: 12409988.

HSL color Cylindrical-coordinate representation of color #845CBD: hue angle of 264.74º degrees, saturation: 0.42, 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 #845CBD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13292189-
CMYK0.300.5100.26
HSL264.74º42.36%55.1%-
HSV(B)264.74º51.32%74.12%-
XYZ22.5316.2350.09-
YUV115.02169.75140.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=31.96%
G=22.28%
B=45.76%

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
Decimal132921890.300.5100.26264.7442.3655.1
Hex845CBD1E3301A1092a37
Octal20413427536630324115267
Binary1000010010111001011110111110110011011010100001001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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