#876A93

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

Shades of Ce Soir #876A93

Tints of Ce Soir #876A93

Color information

#876A93 (or 0x876A93) is unknown color: approx Ce Soir. HEX triplet: 87, 6A and 93. RGB value is (135,106,147). Sum of RGB (Red+Green+Blue) = 135+106+147=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #876A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876A93 is #78956C. Grayscale: #777777. Windows color (decimal): -7902573 or 9661063. OLE color: 9661063.

HSL color Cylindrical-coordinate representation of color #876A93: hue angle of 282.44º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876A93 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135106147-
CMYK0.080.2800.42
HSL282.44º16.21%49.61%-
HSV(B)282.44º27.89%57.65%-
XYZ20.4117.5729.92-
YUV119.34143.61139.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 106 (41.80% from 255) = 27.32%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=34.79%
G=27.32%
B=37.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351061470.080.2800.42282.4416.2149.61
Hex876A9381C02A11a1032
Octal20715222310340524322062
Binary10000111110101010010011100011100010101010001101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876A93; }

 p { color: rgb(135,106,147); }

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

<style>
 a { background-color: #876A93; }

 a { background-color: rgb(135,106,147); }

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

<style>
 span { border-color: #876A93; }

 span { border-color: rgb(135,106,147); }

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