#8E709D

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

Shades of Ce Soir #8E709D

Tints of Ce Soir #8E709D

Color information

#8E709D (or 0x8E709D) is unknown color: approx Ce Soir. HEX triplet: 8E, 70 and 9D. RGB value is (142,112,157). Sum of RGB (Red+Green+Blue) = 142+112+157=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E709D is #718F62. Grayscale: #7D7D7D. Windows color (decimal): -7442275 or 10317966. OLE color: 10317966.

HSL color Cylindrical-coordinate representation of color #8E709D: hue angle of 280º 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 #8E709D is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB142112157-
CMYK0.100.2900.38
HSL280º18.67%52.75%-
HSV(B)280º28.66%61.57%-
XYZ23.0419.7734.5-
YUV126.1145.44139.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=34.55%
G=27.25%
B=38.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421121570.100.2900.3828018.6752.75
Hex8E709DA1D0261181335
Octal21616023512350464302365
Binary10001110111000010011101101011101010011010001100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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