#886695

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

Shades of Ce Soir #886695

Tints of Ce Soir #886695

Color information

#886695 (or 0x886695) is unknown color: approx Ce Soir. HEX triplet: 88, 66 and 95. RGB value is (136,102,149). Sum of RGB (Red+Green+Blue) = 136+102+149=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #886695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886695 is #77996A. Grayscale: #757575. Windows color (decimal): -7838059 or 9791112. OLE color: 9791112.

HSL color Cylindrical-coordinate representation of color #886695: hue angle of 283.4º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #886695 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136102149-
CMYK0.090.3200.42
HSL283.4º18.73%49.22%-
HSV(B)283.4º31.54%58.43%-
XYZ20.3316.9130.63-
YUV117.52145.76141.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=35.14%
G=26.36%
B=38.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361021490.090.3200.42283.418.7349.22
Hex88669592002A11b1331
Octal21014622511400524332361
Binary100010001100110100101011001100000010101010001101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886695; }

 p { color: rgb(136,102,149); }

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

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

 a { background-color: rgb(136,102,149); }

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

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

 span { border-color: rgb(136,102,149); }

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