#8E749E

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

Shades of Ce Soir #8E749E

Tints of Ce Soir #8E749E

Color information

#8E749E (or 0x8E749E) is unknown color: approx Ce Soir. HEX triplet: 8E, 74 and 9E. RGB value is (142,116,158). Sum of RGB (Red+Green+Blue) = 142+116+158=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E749E is #718B61. Grayscale: #808080. Windows color (decimal): -7441250 or 10384526. OLE color: 10384526.

HSL color Cylindrical-coordinate representation of color #8E749E: hue angle of 277.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E749E is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB142116158-
CMYK0.100.2700.38
HSL277.14º17.8%53.73%-
HSV(B)277.14º26.58%61.96%-
XYZ23.5720.7135.1-
YUV128.56144.61137.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=34.13%
G=27.88%
B=37.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421161580.100.2700.38277.1417.853.73
Hex8E749EA1B0261151236
Octal21616423612330464252266
Binary10001110111010010011110101011011010011010001010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,116,158); }

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

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

 a { background-color: rgb(142,116,158); }

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

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

 span { border-color: rgb(142,116,158); }

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