#8E699C

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

Shades of Ce Soir #8E699C

Tints of Ce Soir #8E699C

Color information

#8E699C (or 0x8E699C) is unknown color: approx Ce Soir. HEX triplet: 8E, 69 and 9C. RGB value is (142,105,156). Sum of RGB (Red+Green+Blue) = 142+105+156=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E699C is #719663. Grayscale: #797979. Windows color (decimal): -7444068 or 10250638. OLE color: 10250638.

HSL color Cylindrical-coordinate representation of color #8E699C: hue angle of 283.53º degrees, saturation: 0.2, 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 #8E699C is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB142105156-
CMYK0.090.3300.39
HSL283.53º20.48%51.18%-
HSV(B)283.53º32.69%61.18%-
XYZ22.2118.2533.81-
YUV121.88147.26142.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.24%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=35.24%
G=26.05%
B=38.71%

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
Decimal1421051560.090.3300.39283.5320.4851.18
Hex8E699C92102711c1433
Octal21615123411410474342463
Binary100011101101001100111001001100001010011110001110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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