#845CBC

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

Shades of Lilac Bush #845CBC

Tints of Lilac Bush #845CBC

Color information

#845CBC (or 0x845CBC) is unknown color: approx Lilac Bush. HEX triplet: 84, 5C and BC. RGB value is (132,92,188). Sum of RGB (Red+Green+Blue) = 132+92+188=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #845CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CBC is #7BA343. Grayscale: #727272. Windows color (decimal): -8102724 or 12344452. OLE color: 12344452.

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

Color convert

RGB13292188-
CMYK0.300.5100.26
HSL265º41.74%54.9%-
HSV(B)265º51.06%73.73%-
XYZ22.4216.1949.52-
YUV114.9169.25140.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 188 (73.83% from 255) = 45.63%
R=32.04%
G=22.33%
B=45.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132921880.300.5100.2626541.7454.9
Hex845CBC1E3301A1092a37
Octal20413427436630324115267
Binary1000010010111001011110011110110011011010100001001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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