#8E7399

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

Shades of Ce Soir #8E7399

Tints of Ce Soir #8E7399

Color information

#8E7399 (or 0x8E7399) is unknown color: approx Ce Soir. HEX triplet: 8E, 73 and 99. RGB value is (142,115,153). Sum of RGB (Red+Green+Blue) = 142+115+153=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E7399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7399 is #718C66. Grayscale: #7F7F7F. Windows color (decimal): -7441511 or 10056590. OLE color: 10056590.

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

Color convert

RGB142115153-
CMYK0.070.2500.4
HSL282.63º15.7%52.55%-
HSV(B)282.63º24.84%60%-
XYZ23.0420.3132.84-
YUV127.4142.45138.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.63%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=34.63%
G=28.05%
B=37.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1421151530.070.2500.4282.6315.752.55
Hex8E739971902811b1035
Octal2161632317310504332065
Binary1000111011100111001100111111001010100010001101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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