#886599

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

Shades of Ce Soir #886599

Tints of Ce Soir #886599

Color information

#886599 (or 0x886599) is unknown color: approx Ce Soir. HEX triplet: 88, 65 and 99. RGB value is (136,101,153). Sum of RGB (Red+Green+Blue) = 136+101+153=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #886599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886599 is #779A66. Grayscale: #757575. Windows color (decimal): -7838311 or 10053000. OLE color: 10053000.

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

Color convert

RGB136101153-
CMYK0.110.3400.4
HSL280.38º20.47%49.8%-
HSV(B)280.38º33.99%60%-
XYZ20.5616.8432.3-
YUV117.39148.1141.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=34.87%
G=25.90%
B=39.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361011530.110.3400.4280.3820.4749.8
Hex886599B220281181432
Octal21014523113420504302462
Binary100010001100101100110011011100010010100010001100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886599; }

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

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

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

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

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

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

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

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