#845CA4

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

Shades of Ce Soir #845CA4

Tints of Ce Soir #845CA4

Color information

#845CA4 (or 0x845CA4) is unknown color: approx Ce Soir. HEX triplet: 84, 5C and A4. RGB value is (132,92,164). Sum of RGB (Red+Green+Blue) = 132+92+164=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #845CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845CA4 is #7BA35B. Grayscale: #6F6F6F. Windows color (decimal): -8102748 or 10771588. OLE color: 10771588.

HSL color Cylindrical-coordinate representation of color #845CA4: hue angle of 273.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #845CA4 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13292164-
CMYK0.200.4400.36
HSL273.33º28.35%50.2%-
HSV(B)273.33º43.9%64.31%-
XYZ20.0415.2437.01-
YUV112.17157.25142.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 164 (64.45% from 255) = 42.27%
R=34.02%
G=23.71%
B=42.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132921640.200.4400.36273.3328.3550.2
Hex845CA4142C0241111c32
Octal20413424424540444213462
Binary1000010010111001010010010100101100010010010001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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