#8E709F

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

Shades of Ce Soir #8E709F

Tints of Ce Soir #8E709F

Color information

#8E709F (or 0x8E709F) is unknown color: approx Ce Soir. HEX triplet: 8E, 70 and 9F. RGB value is (142,112,159). Sum of RGB (Red+Green+Blue) = 142+112+159=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E709F is #718F60. Grayscale: #7E7E7E. Windows color (decimal): -7442273 or 10449038. OLE color: 10449038.

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

Color convert

RGB142112159-
CMYK0.110.3000.38
HSL278.3º19.67%53.14%-
HSV(B)278.3º29.56%62.35%-
XYZ23.2119.8435.41-
YUV126.33146.44139.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.38%
GREEN value IS 112 (44.14% from 255) = 27.12%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=34.38%
G=27.12%
B=38.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421121590.110.3000.38278.319.6753.14
Hex8E709FB1E0261161435
Octal21616023713360464262465
Binary10001110111000010011111101111110010011010001011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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