#845EAE

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

Shades of Deluge #845EAE

Tints of Deluge #845EAE

Color information

#845EAE (or 0x845EAE) is unknown color: approx Deluge. HEX triplet: 84, 5E and AE. RGB value is (132,94,174). Sum of RGB (Red+Green+Blue) = 132+94+174=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #845EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845EAE is #7BA151. Grayscale: #727272. Windows color (decimal): -8102226 or 11427460. OLE color: 11427460.

HSL color Cylindrical-coordinate representation of color #845EAE: hue angle of 268.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #845EAE is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13294174-
CMYK0.240.4600.32
HSL268.5º33.06%52.55%-
HSV(B)268.5º45.98%68.24%-
XYZ21.1615.9742.01-
YUV114.48161.59140.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=33%
G=23.5%
B=43.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132941740.240.4600.32268.533.0652.55
Hex845EAE182E02010c2135
Octal20413625630560404144165
Binary10000100101111010101110110001011100100000100001100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,94,174); }

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

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

 a { background-color: rgb(132,94,174); }

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

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

 span { border-color: rgb(132,94,174); }

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