#845BBC

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

Shades of Lilac Bush #845BBC

Tints of Lilac Bush #845BBC

Color information

#845BBC (or 0x845BBC) is unknown color: approx Lilac Bush. HEX triplet: 84, 5B and BC. RGB value is (132,91,188). Sum of RGB (Red+Green+Blue) = 132+91+188=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #845BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BBC is #7BA443. Grayscale: #717171. Windows color (decimal): -8102980 or 12344196. OLE color: 12344196.

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

Color convert

RGB13291188-
CMYK0.300.5200.26
HSL265.36º41.99%54.71%-
HSV(B)265.36º51.6%73.73%-
XYZ22.3316.0249.49-
YUV114.32169.58140.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 91 (35.94% from 255) = 22.14%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=32.12%
G=22.14%
B=45.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132911880.300.5200.26265.3641.9954.71
Hex845BBC1E3401A1092a37
Octal20413327436640324115267
Binary1000010010110111011110011110110100011010100001001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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