#8C689E

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

Shades of Ce Soir #8C689E

Tints of Ce Soir #8C689E

Color information

#8C689E (or 0x8C689E) is unknown color: approx Ce Soir. HEX triplet: 8C, 68 and 9E. RGB value is (140,104,158). Sum of RGB (Red+Green+Blue) = 140+104+158=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C689E is #739761. Grayscale: #787878. Windows color (decimal): -7575394 or 10381452. OLE color: 10381452.

HSL color Cylindrical-coordinate representation of color #8C689E: hue angle of 280º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C689E is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB140104158-
CMYK0.110.3400.38
HSL280º21.77%51.37%-
HSV(B)280º34.18%61.96%-
XYZ21.9417.9434.66-
YUV120.92148.93141.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=34.83%
G=25.87%
B=39.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401041580.110.3400.3828021.7751.37
Hex8C689EB220261181633
Octal21415023613420464302663
Binary100011001101000100111101011100010010011010001100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,104,158); }

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

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

 a { background-color: rgb(140,104,158); }

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

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

 span { border-color: rgb(140,104,158); }

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