#8E7194

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

Shades of Ce Soir #8E7194

Tints of Ce Soir #8E7194

Color information

#8E7194 (or 0x8E7194) is unknown color: approx Ce Soir. HEX triplet: 8E, 71 and 94. RGB value is (142,113,148). Sum of RGB (Red+Green+Blue) = 142+113+148=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E7194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7194 is #718E6B. Grayscale: #7D7D7D. Windows color (decimal): -7442028 or 9728398. OLE color: 9728398.

HSL color Cylindrical-coordinate representation of color #8E7194: hue angle of 289.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E7194 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB142113148-
CMYK0.040.2400.42
HSL289.71º14.06%51.18%-
HSV(B)289.71º23.65%58.04%-
XYZ22.4119.730.64-
YUV125.66140.61139.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.24%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=35.24%
G=28.04%
B=36.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421131480.040.2400.42289.7114.0651.18
Hex8E719441802A122e33
Octal2161612244300524421663
Binary100011101110001100101001001100001010101001000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,148); }

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

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

 a { background-color: rgb(142,113,148); }

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

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

 span { border-color: rgb(142,113,148); }

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