#886095

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

Shades of Ce Soir #886095

Tints of Ce Soir #886095

Color information

#886095 (or 0x886095) is unknown color: approx Ce Soir. HEX triplet: 88, 60 and 95. RGB value is (136,96,149). Sum of RGB (Red+Green+Blue) = 136+96+149=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #886095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886095 is #779F6A. Grayscale: #717171. Windows color (decimal): -7839595 or 9789576. OLE color: 9789576.

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

Color convert

RGB13696149-
CMYK0.090.3600.42
HSL285.28º21.63%48.04%-
HSV(B)285.28º35.57%58.43%-
XYZ19.7615.7730.44-
YUV114147.75143.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=35.70%
G=25.20%
B=39.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136961490.090.3600.42285.2821.6348.04
Hex88609592402A11d1630
Octal21014022511440524352660
Binary100010001100000100101011001100100010101010001110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886095; }

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

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

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

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

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

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

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

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