#845CAC

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

Shades of Ce Soir #845CAC

Tints of Ce Soir #845CAC

Color information

#845CAC (or 0x845CAC) is unknown color: approx Ce Soir. HEX triplet: 84, 5C and AC. RGB value is (132,92,172). Sum of RGB (Red+Green+Blue) = 132+92+172=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #845CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845CAC is #7BA353. Grayscale: #707070. Windows color (decimal): -8102740 or 11295876. OLE color: 11295876.

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

Color convert

RGB13292172-
CMYK0.230.4700.33
HSL270º32.52%51.76%-
HSV(B)270º46.51%67.45%-
XYZ20.7915.5440.93-
YUV113.08161.25141.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=33.33%
G=23.23%
B=43.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132921720.230.4700.3327032.5251.76
Hex845CAC172F02110e2134
Octal20413425427570414164164
Binary10000100101110010101100101111011110100001100001110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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