#8E66AE

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

Shades of Ce Soir #8E66AE

Tints of Ce Soir #8E66AE

Color information

#8E66AE (or 0x8E66AE) is unknown color: approx Ce Soir. HEX triplet: 8E, 66 and AE. RGB value is (142,102,174). Sum of RGB (Red+Green+Blue) = 142+102+174=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E66AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E66AE is #719951. Grayscale: #797979. Windows color (decimal): -7444818 or 11429518. OLE color: 11429518.

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

Color convert

RGB142102174-
CMYK0.180.4100.32
HSL273.33º30.77%54.12%-
HSV(B)273.33º41.38%68.24%-
XYZ23.5518.3142.34-
YUV122.17157.25142.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.97%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=33.97%
G=24.40%
B=41.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421021740.180.4100.32273.3330.7754.12
Hex8E66AE12290201111f36
Octal21614625622510404213766
Binary1000111011001101010111010010101001010000010001000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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