#875D9B

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

Shades of Ce Soir #875D9B

Tints of Ce Soir #875D9B

Color information

#875D9B (or 0x875D9B) is unknown color: approx Ce Soir. HEX triplet: 87, 5D and 9B. RGB value is (135,93,155). Sum of RGB (Red+Green+Blue) = 135+93+155=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #875D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875D9B is #78A264. Grayscale: #707070. Windows color (decimal): -7905893 or 10182023. OLE color: 10182023.

HSL color Cylindrical-coordinate representation of color #875D9B: hue angle of 280.65º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875D9B is Cyan = 0.13, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13593155-
CMYK0.130.400.39
HSL280.65º25%48.63%-
HSV(B)280.65º40%60.78%-
XYZ19.8215.3532.93-
YUV112.63151.91143.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=35.25%
G=24.28%
B=40.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135931550.130.400.39280.652548.63
Hex875D9BD280271191931
Octal20713523315500474313161
Binary100001111011101100110111101101000010011110001100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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