#8E6EAE

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

Shades of Ce Soir #8E6EAE

Tints of Ce Soir #8E6EAE

Color information

#8E6EAE (or 0x8E6EAE) is unknown color: approx Ce Soir. HEX triplet: 8E, 6E and AE. RGB value is (142,110,174). Sum of RGB (Red+Green+Blue) = 142+110+174=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E6EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6EAE is #719151. Grayscale: #7E7E7E. Windows color (decimal): -7442770 or 11431566. OLE color: 11431566.

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

Color convert

RGB142110174-
CMYK0.180.3700.32
HSL270º28.32%55.69%-
HSV(B)270º36.78%68.24%-
XYZ24.3719.9642.61-
YUV126.86154.6138.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=33.33%
G=25.82%
B=40.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421101740.180.3700.3227028.3255.69
Hex8E6EAE122502010e1c38
Octal21615625622450404163470
Binary1000111011011101010111010010100101010000010000111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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