#845cbb

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

Shades of Lilac Bush #845CBB

Tints of Lilac Bush #845CBB

Color information

#845CBB (or 0x845CBB) is unknown color: approx Lilac Bush. HEX triplet: 84, 5C and BB. RGB value is (132,92,187). Sum of RGB (Red+Green+Blue) = 132+92+187=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #845CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CBB is #7BA344. Grayscale: #727272. Windows color (decimal): -8102725 or 12278916. OLE color: 12278916.

HSL color Cylindrical-coordinate representation of color #845CBB: hue angle of 265.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #845CBB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13292187-
CMYK0.290.5100.27
HSL265.26º41.13%54.71%-
HSV(B)265.26º50.8%73.33%-
XYZ22.3116.1548.95-
YUV114.79168.75140.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=32.12%
G=22.38%
B=45.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132921870.290.5100.27265.2641.1354.71
Hex845CBB1D3301B1092937
Octal20413427335630334115167
Binary1000010010111001011101111101110011011011100001001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845cbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,92,187); }

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

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

 a { background-color: rgb(132,92,187); }

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

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

 span { border-color: rgb(132,92,187); }

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