#8E719F

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

Shades of Ce Soir #8E719F

Tints of Ce Soir #8E719F

Color information

#8E719F (or 0x8E719F) is unknown color: approx Ce Soir. HEX triplet: 8E, 71 and 9F. RGB value is (142,113,159). Sum of RGB (Red+Green+Blue) = 142+113+159=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E719F is #718E60. Grayscale: #7E7E7E. Windows color (decimal): -7442017 or 10449294. OLE color: 10449294.

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

Color convert

RGB142113159-
CMYK0.110.2900.38
HSL277.83º19.33%53.33%-
HSV(B)277.83º28.93%62.35%-
XYZ23.3220.0635.44-
YUV126.92146.11138.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 113 (44.53% from 255) = 27.29%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=34.30%
G=27.29%
B=38.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421131590.110.2900.38277.8319.3353.33
Hex8E719FB1D0261161335
Octal21616123713350464262365
Binary10001110111000110011111101111101010011010001011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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