#845DAC

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

Shades of Ce Soir #845DAC

Tints of Ce Soir #845DAC

Color information

#845DAC (or 0x845DAC) is unknown color: approx Ce Soir. HEX triplet: 84, 5D and AC. RGB value is (132,93,172). Sum of RGB (Red+Green+Blue) = 132+93+172=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #845DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845DAC is #7BA253. Grayscale: #717171. Windows color (decimal): -8102484 or 11296132. OLE color: 11296132.

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

Color convert

RGB13293172-
CMYK0.230.4600.33
HSL269.62º32.24%51.96%-
HSV(B)269.62º45.93%67.45%-
XYZ20.8815.7140.96-
YUV113.67160.92141.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=33.25%
G=23.43%
B=43.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132931720.230.4600.33269.6232.2451.96
Hex845DAC172E02110e2034
Octal20413525427560414164064
Binary10000100101110110101100101111011100100001100001110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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