#886199

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

Shades of Ce Soir #886199

Tints of Ce Soir #886199

Color information

#886199 (or 0x886199) is unknown color: approx Ce Soir. HEX triplet: 88, 61 and 99. RGB value is (136,97,153). Sum of RGB (Red+Green+Blue) = 136+97+153=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #886199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886199 is #779E66. Grayscale: #727272. Windows color (decimal): -7839335 or 10051976. OLE color: 10051976.

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

Color convert

RGB13697153-
CMYK0.110.3700.4
HSL281.79º22.4%49.02%-
HSV(B)281.79º36.6%60%-
XYZ20.1816.0832.18-
YUV115.05149.42142.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=35.23%
G=25.13%
B=39.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136971530.110.3700.4281.7922.449.02
Hex886199B2502811a1631
Octal21014123113450504322661
Binary100010001100001100110011011100101010100010001101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886199; }

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

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

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

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

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

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

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

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