#8E66A4

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

Shades of Ce Soir #8E66A4

Tints of Ce Soir #8E66A4

Color information

#8E66A4 (or 0x8E66A4) is unknown color: approx Ce Soir. HEX triplet: 8E, 66 and A4. RGB value is (142,102,164). Sum of RGB (Red+Green+Blue) = 142+102+164=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E66A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E66A4 is #71995B. Grayscale: #787878. Windows color (decimal): -7444828 or 10774158. OLE color: 10774158.

HSL color Cylindrical-coordinate representation of color #8E66A4: hue angle of 278.71º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E66A4 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB142102164-
CMYK0.130.3800.36
HSL278.71º25.41%52.16%-
HSV(B)278.71º37.8%64.31%-
XYZ22.6117.9337.39-
YUV121.03152.25142.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.80%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 164 (64.45% from 255) = 40.20%
R=34.80%
G=25%
B=40.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421021640.130.3800.36278.7125.4152.16
Hex8E66A4D260241171934
Octal21614624415460444273164
Binary100011101100110101001001101100110010010010001011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E66A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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