#88559E

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

Shades of Ce Soir #88559E

Tints of Ce Soir #88559E

Color information

#88559E (or 0x88559E) is unknown color: approx Ce Soir. HEX triplet: 88, 55 and 9E. RGB value is (136,85,158). Sum of RGB (Red+Green+Blue) = 136+85+158=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #88559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88559E is #77AA61. Grayscale: #6C6C6C. Windows color (decimal): -7842402 or 10376584. OLE color: 10376584.

HSL color Cylindrical-coordinate representation of color #88559E: hue angle of 281.92º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88559E is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13685158-
CMYK0.140.4600.38
HSL281.92º30.04%47.65%-
HSV(B)281.92º46.2%61.96%-
XYZ19.5714.234.06-
YUV108.57155.9147.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=35.88%
G=22.43%
B=41.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136851580.140.4600.38281.9230.0447.65
Hex88559EE2E02611a1e30
Octal21012523616560464323660
Binary100010001010101100111101110101110010011010001101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88559E; }

 p { color: rgb(136,85,158); }

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

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

 a { background-color: rgb(136,85,158); }

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

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

 span { border-color: rgb(136,85,158); }

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