#845E9E

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

Shades of Ce Soir #845E9E

Tints of Ce Soir #845E9E

Color information

#845E9E (or 0x845E9E) is unknown color: approx Ce Soir. HEX triplet: 84, 5E and 9E. RGB value is (132,94,158). Sum of RGB (Red+Green+Blue) = 132+94+158=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #845E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845E9E is #7BA161. Grayscale: #707070. Windows color (decimal): -8102242 or 10378884. OLE color: 10378884.

HSL color Cylindrical-coordinate representation of color #845E9E: hue angle of 275.62º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #845E9E is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13294158-
CMYK0.160.4100.38
HSL275.62º25.4%49.41%-
HSV(B)275.62º40.51%61.96%-
XYZ19.6915.3834.28-
YUV112.66153.59141.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 158 (62.11% from 255) = 41.15%
R=34.38%
G=24.48%
B=41.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132941580.160.4100.38275.6225.449.41
Hex845E9E10290261141931
Octal20413623620510464243161
Binary1000010010111101001111010000101001010011010001010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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