#845BB8

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

Shades of Lilac Bush #845BB8

Tints of Lilac Bush #845BB8

Color information

#845BB8 (or 0x845BB8) is unknown color: approx Lilac Bush. HEX triplet: 84, 5B and B8. RGB value is (132,91,184). Sum of RGB (Red+Green+Blue) = 132+91+184=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #845BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BB8 is #7BA447. Grayscale: #717171. Windows color (decimal): -8102984 or 12082052. OLE color: 12082052.

HSL color Cylindrical-coordinate representation of color #845BB8: hue angle of 266.45º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #845BB8 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13291184-
CMYK0.280.5100.28
HSL266.45º39.57%53.92%-
HSV(B)266.45º50.54%72.16%-
XYZ21.9115.8547.25-
YUV113.86167.58140.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 184 (72.27% from 255) = 45.21%
R=32.43%
G=22.36%
B=45.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal132911840.280.5100.28266.4539.5753.92
Hex845BB81C3301C10a2836
Octal20413327034630344125066
Binary1000010010110111011100011100110011011100100001010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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