#845BBE

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

Shades of Lilac Bush #845BBE

Tints of Lilac Bush #845BBE

Color information

#845BBE (or 0x845BBE) is unknown color: approx Lilac Bush. HEX triplet: 84, 5B and BE. RGB value is (132,91,190). Sum of RGB (Red+Green+Blue) = 132+91+190=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #845BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BBE is #7BA441. Grayscale: #727272. Windows color (decimal): -8102978 or 12475268. OLE color: 12475268.

HSL color Cylindrical-coordinate representation of color #845BBE: hue angle of 264.85º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #845BBE is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13291190-
CMYK0.310.5200.25
HSL264.85º43.23%55.1%-
HSV(B)264.85º52.11%74.51%-
XYZ22.5516.1150.64-
YUV114.54170.58140.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=31.96%
G=22.03%
B=46.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132911900.310.5200.25264.8543.2355.1
Hex845BBE1F340191092b37
Octal20413327637640314115367
Binary1000010010110111011111011111110100011001100001001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,91,190); }

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

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

 a { background-color: rgb(132,91,190); }

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

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

 span { border-color: rgb(132,91,190); }

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