#845CAD

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

Shades of Ce Soir #845CAD

Tints of Ce Soir #845CAD

Color information

#845CAD (or 0x845CAD) is unknown color: approx Ce Soir. HEX triplet: 84, 5C and AD. RGB value is (132,92,173). Sum of RGB (Red+Green+Blue) = 132+92+173=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #845CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845CAD is #7BA352. Grayscale: #707070. Windows color (decimal): -8102739 or 11361412. OLE color: 11361412.

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

Color convert

RGB13292173-
CMYK0.240.4700.32
HSL269.63º33.06%51.96%-
HSV(B)269.63º46.82%67.84%-
XYZ20.8915.5841.44-
YUV113.19161.75141.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=33.25%
G=23.17%
B=43.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132921730.240.4700.32269.6333.0651.96
Hex845CAD182F02010e2134
Octal20413425530570404164164
Binary10000100101110010101101110001011110100000100001110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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