#886595

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

Shades of Ce Soir #886595

Tints of Ce Soir #886595

Color information

#886595 (or 0x886595) is unknown color: approx Ce Soir. HEX triplet: 88, 65 and 95. RGB value is (136,101,149). Sum of RGB (Red+Green+Blue) = 136+101+149=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #886595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886595 is #779A6A. Grayscale: #747474. Windows color (decimal): -7838315 or 9790856. OLE color: 9790856.

HSL color Cylindrical-coordinate representation of color #886595: hue angle of 283.75º 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 #886595 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136101149-
CMYK0.090.3200.42
HSL283.75º19.2%49.02%-
HSV(B)283.75º32.21%58.43%-
XYZ20.2316.7130.59-
YUV116.94146.1141.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=35.23%
G=26.17%
B=38.60%

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
Decimal1361011490.090.3200.42283.7519.249.02
Hex88659592002A11c1331
Octal21014522511400524342361
Binary100010001100101100101011001100000010101010001110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886595; }

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

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

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

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

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

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

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

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