#875C99

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

Shades of Ce Soir #875C99

Tints of Ce Soir #875C99

Color information

#875C99 (or 0x875C99) is unknown color: approx Ce Soir. HEX triplet: 87, 5C and 99. RGB value is (135,92,153). Sum of RGB (Red+Green+Blue) = 135+92+153=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #875C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875C99 is #78A366. Grayscale: #6F6F6F. Windows color (decimal): -7906151 or 10050695. OLE color: 10050695.

HSL color Cylindrical-coordinate representation of color #875C99: hue angle of 282.3º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875C99 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13592153-
CMYK0.120.4000.4
HSL282.3º24.9%48.04%-
HSV(B)282.3º39.87%60%-
XYZ19.5715.1132.02-
YUV111.81151.25144.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=35.53%
G=24.21%
B=40.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135921530.120.4000.4282.324.948.04
Hex875C99C2802811a1930
Octal20713423114500504323160
Binary100001111011100100110011100101000010100010001101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,92,153); }

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

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

 a { background-color: rgb(135,92,153); }

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

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

 span { border-color: rgb(135,92,153); }

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