#845EA7

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

Shades of Ce Soir #845EA7

Tints of Ce Soir #845EA7

Color information

#845EA7 (or 0x845EA7) is unknown color: approx Ce Soir. HEX triplet: 84, 5E and A7. RGB value is (132,94,167). Sum of RGB (Red+Green+Blue) = 132+94+167=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 167 - color contains mainly: blue. Hex color #845EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845EA7 is #7BA158. Grayscale: #717171. Windows color (decimal): -8102233 or 10968708. OLE color: 10968708.

HSL color Cylindrical-coordinate representation of color #845EA7: hue angle of 271.23º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #845EA7 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13294167-
CMYK0.210.4400.35
HSL271.23º29.32%51.18%-
HSV(B)271.23º43.71%65.49%-
XYZ20.4915.738.51-
YUV113.68158.09141.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 167 (65.62% from 255) = 42.49%
R=33.59%
G=23.92%
B=42.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132941670.210.4400.35271.2329.3251.18
Hex845EA7152C02310f1d33
Octal20413624725540434173563
Binary1000010010111101010011110101101100010001110000111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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