#875EAE

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

Shades of Ce Soir #875EAE

Tints of Ce Soir #875EAE

Color information

#875EAE (or 0x875EAE) is unknown color: approx Ce Soir. HEX triplet: 87, 5E and AE. RGB value is (135,94,174). Sum of RGB (Red+Green+Blue) = 135+94+174=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #875EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875EAE is #78A151. Grayscale: #737373. Windows color (decimal): -7905618 or 11427463. OLE color: 11427463.

HSL color Cylindrical-coordinate representation of color #875EAE: hue angle of 270.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #875EAE is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13594174-
CMYK0.220.4600.32
HSL270.75º33.06%52.55%-
HSV(B)270.75º45.98%68.24%-
XYZ21.6316.2142.03-
YUV115.38161.08142-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.50%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=33.50%
G=23.33%
B=43.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135941740.220.4600.32270.7533.0652.55
Hex875EAE162E02010f2135
Octal20713625626560404174165
Binary10000111101111010101110101101011100100000100001111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875EAE; }

 p { color: rgb(135,94,174); }

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

<style>
 a { background-color: #875EAE; }

 a { background-color: rgb(135,94,174); }

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

<style>
 span { border-color: #875EAE; }

 span { border-color: rgb(135,94,174); }

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