#845BBF

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

Shades of Lilac Bush #845BBF

Tints of Lilac Bush #845BBF

Color information

#845BBF (or 0x845BBF) is unknown color: approx Lilac Bush. HEX triplet: 84, 5B and BF. RGB value is (132,91,191). Sum of RGB (Red+Green+Blue) = 132+91+191=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #845BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BBF is #7BA440. Grayscale: #727272. Windows color (decimal): -8102977 or 12540804. OLE color: 12540804.

HSL color Cylindrical-coordinate representation of color #845BBF: hue angle of 264.6º degrees, saturation: 0.44, 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 #845BBF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13291191-
CMYK0.310.5200.25
HSL264.6º43.86%55.29%-
HSV(B)264.6º52.36%74.9%-
XYZ22.6616.1551.21-
YUV114.66171.08140.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.88%
GREEN value IS 91 (35.94% from 255) = 21.98%
BLUE value IS 191 (75% from 255) = 46.14%
R=31.88%
G=21.98%
B=46.14%

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
Decimal132911910.310.5200.25264.643.8655.29
Hex845BBF1F340191092c37
Octal20413327737640314115467
Binary1000010010110111011111111111110100011001100001001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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