#875D9D

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

Shades of Ce Soir #875D9D

Tints of Ce Soir #875D9D

Color information

#875D9D (or 0x875D9D) is unknown color: approx Ce Soir. HEX triplet: 87, 5D and 9D. RGB value is (135,93,157). Sum of RGB (Red+Green+Blue) = 135+93+157=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #875D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875D9D is #78A262. Grayscale: #707070. Windows color (decimal): -7905891 or 10313095. OLE color: 10313095.

HSL color Cylindrical-coordinate representation of color #875D9D: hue angle of 279.38º degrees, saturation: 0.26, 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 #875D9D is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13593157-
CMYK0.140.4100.38
HSL279.38º25.6%49.02%-
HSV(B)279.38º40.76%61.57%-
XYZ19.9915.4133.82-
YUV112.85152.91143.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=35.06%
G=24.16%
B=40.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135931570.140.4100.38279.3825.649.02
Hex875D9DE290261171a31
Octal20713523516510464273261
Binary100001111011101100111011110101001010011010001011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,93,157); }

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

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

 a { background-color: rgb(135,93,157); }

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

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

 span { border-color: rgb(135,93,157); }

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