#886099

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

Shades of Ce Soir #886099

Tints of Ce Soir #886099

Color information

#886099 (or 0x886099) is unknown color: approx Ce Soir. HEX triplet: 88, 60 and 99. RGB value is (136,96,153). Sum of RGB (Red+Green+Blue) = 136+96+153=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #886099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886099 is #779F66. Grayscale: #727272. Windows color (decimal): -7839591 or 10051720. OLE color: 10051720.

HSL color Cylindrical-coordinate representation of color #886099: hue angle of 282.11º degrees, saturation: 0.23, 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 #886099 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13696153-
CMYK0.110.3700.4
HSL282.11º22.89%48.82%-
HSV(B)282.11º37.25%60%-
XYZ20.0915.932.15-
YUV114.46149.75143.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.32%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 153 (60.16% from 255) = 39.74%
R=35.32%
G=24.94%
B=39.74%

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
Decimal136961530.110.3700.4282.1122.8948.82
Hex886099B2502811a1731
Octal21014023113450504322761
Binary100010001100000100110011011100101010100010001101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886099; }

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

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

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

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

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

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

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

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