#845EAA

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

Shades of Ce Soir #845EAA

Tints of Ce Soir #845EAA

Color information

#845EAA (or 0x845EAA) is unknown color: approx Ce Soir. HEX triplet: 84, 5E and AA. RGB value is (132,94,170). Sum of RGB (Red+Green+Blue) = 132+94+170=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #845EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845EAA is #7BA155. Grayscale: #717171. Windows color (decimal): -8102230 or 11165316. OLE color: 11165316.

HSL color Cylindrical-coordinate representation of color #845EAA: hue angle of 270º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #845EAA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13294170-
CMYK0.220.4500.33
HSL270º30.89%51.76%-
HSV(B)270º44.71%66.67%-
XYZ20.7715.8139.99-
YUV114.03159.59140.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=33.33%
G=23.74%
B=42.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132941700.220.4500.3327030.8951.76
Hex845EAA162D02110e1f34
Octal20413625226550414163764
Binary1000010010111101010101010110101101010000110000111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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