#8E749D

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

Shades of Ce Soir #8E749D

Tints of Ce Soir #8E749D

Color information

#8E749D (or 0x8E749D) is unknown color: approx Ce Soir. HEX triplet: 8E, 74 and 9D. RGB value is (142,116,157). Sum of RGB (Red+Green+Blue) = 142+116+157=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E749D is #718B62. Grayscale: #808080. Windows color (decimal): -7441251 or 10318990. OLE color: 10318990.

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

Color convert

RGB142116157-
CMYK0.100.2600.38
HSL278.05º17.3%53.53%-
HSV(B)278.05º26.11%61.57%-
XYZ23.4920.6834.65-
YUV128.45144.11137.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.22%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=34.22%
G=27.95%
B=37.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421161570.100.2600.38278.0517.353.53
Hex8E749DA1A0261161136
Octal21616423512320464262166
Binary10001110111010010011101101011010010011010001011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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