#8E70AE

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

Shades of Ce Soir #8E70AE

Tints of Ce Soir #8E70AE

Color information

#8E70AE (or 0x8E70AE) is unknown color: approx Ce Soir. HEX triplet: 8E, 70 and AE. RGB value is (142,112,174). Sum of RGB (Red+Green+Blue) = 142+112+174=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E70AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E70AE is #718F51. Grayscale: #7F7F7F. Windows color (decimal): -7442258 or 11432078. OLE color: 11432078.

HSL color Cylindrical-coordinate representation of color #8E70AE: hue angle of 269.03º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E70AE is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB142112174-
CMYK0.180.3600.32
HSL269.03º27.68%56.08%-
HSV(B)269.03º35.63%68.24%-
XYZ24.5920.442.69-
YUV128.04153.94137.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=33.18%
G=26.17%
B=40.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421121740.180.3600.32269.0327.6856.08
Hex8E70AE122402010d1c38
Octal21616025622440404153470
Binary1000111011100001010111010010100100010000010000110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E70AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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