#885F99

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

Shades of Ce Soir #885F99

Tints of Ce Soir #885F99

Color information

#885F99 (or 0x885F99) is unknown color: approx Ce Soir. HEX triplet: 88, 5F and 99. RGB value is (136,95,153). Sum of RGB (Red+Green+Blue) = 136+95+153=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #885F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885F99 is #77A066. Grayscale: #717171. Windows color (decimal): -7839847 or 10051464. OLE color: 10051464.

HSL color Cylindrical-coordinate representation of color #885F99: hue angle of 282.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885F99 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13695153-
CMYK0.110.3800.4
HSL282.41º23.39%48.63%-
HSV(B)282.41º37.91%60%-
XYZ2015.7232.12-
YUV113.87150.08143.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.42%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=35.42%
G=24.74%
B=39.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136951530.110.3800.4282.4123.3948.63
Hex885F99B2602811a1731
Octal21013723113460504322761
Binary100010001011111100110011011100110010100010001101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885F99; }

 p { color: rgb(136,95,153); }

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

<style>
 a { background-color: #885F99; }

 a { background-color: rgb(136,95,153); }

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

<style>
 span { border-color: #885F99; }

 span { border-color: rgb(136,95,153); }

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