#8E689C

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

Shades of Ce Soir #8E689C

Tints of Ce Soir #8E689C

Color information

#8E689C (or 0x8E689C) is unknown color: approx Ce Soir. HEX triplet: 8E, 68 and 9C. RGB value is (142,104,156). Sum of RGB (Red+Green+Blue) = 142+104+156=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E689C is #719763. Grayscale: #797979. Windows color (decimal): -7444324 or 10250382. OLE color: 10250382.

HSL color Cylindrical-coordinate representation of color #8E689C: hue angle of 283.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E689C is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB142104156-
CMYK0.090.3300.39
HSL283.85º20.8%50.98%-
HSV(B)283.85º33.33%61.18%-
XYZ22.1118.0533.77-
YUV121.29147.59142.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.32%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=35.32%
G=25.87%
B=38.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421041560.090.3300.39283.8520.850.98
Hex8E689C92102711c1533
Octal21615023411410474342563
Binary100011101101000100111001001100001010011110001110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E689C; }

 p { color: rgb(142,104,156); }

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

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

 a { background-color: rgb(142,104,156); }

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

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

 span { border-color: rgb(142,104,156); }

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