#8E7699

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

Shades of Ce Soir #8E7699

Tints of Ce Soir #8E7699

Color information

#8E7699 (or 0x8E7699) is unknown color: approx Ce Soir. HEX triplet: 8E, 76 and 99. RGB value is (142,118,153). Sum of RGB (Red+Green+Blue) = 142+118+153=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E7699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7699 is #718966. Grayscale: #818181. Windows color (decimal): -7440743 or 10057358. OLE color: 10057358.

HSL color Cylindrical-coordinate representation of color #8E7699: hue angle of 281.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E7699 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB142118153-
CMYK0.070.2300.4
HSL281.14º14.64%53.14%-
HSV(B)281.14º22.88%60%-
XYZ23.3821.0132.96-
YUV129.17141.45137.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.38%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=34.38%
G=28.57%
B=37.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1421181530.070.2300.4281.1414.6453.14
Hex8E7699717028119f35
Octal2161662317270504311765
Binary100011101110110100110011111011101010001000110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,118,153); }

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

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

 a { background-color: rgb(142,118,153); }

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

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

 span { border-color: rgb(142,118,153); }

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