#845ABF

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

Shades of Lilac Bush #845ABF

Tints of Lilac Bush #845ABF

Color information

#845ABF (or 0x845ABF) is unknown color: approx Lilac Bush. HEX triplet: 84, 5A and BF. RGB value is (132,90,191). Sum of RGB (Red+Green+Blue) = 132+90+191=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #845ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ABF is #7BA540. Grayscale: #717171. Windows color (decimal): -8103233 or 12540548. OLE color: 12540548.

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

Color convert

RGB13290191-
CMYK0.310.5300.25
HSL264.95º44.1%55.1%-
HSV(B)264.95º52.88%74.9%-
XYZ22.5815.9851.18-
YUV114.07171.41140.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 191 (75% from 255) = 46.25%
R=31.96%
G=21.79%
B=46.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132901910.310.5300.25264.9544.155.1
Hex845ABF1F350191092c37
Octal20413227737650314115467
Binary1000010010110101011111111111110101011001100001001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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