#8E66AC

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

Shades of Ce Soir #8E66AC

Tints of Ce Soir #8E66AC

Color information

#8E66AC (or 0x8E66AC) is unknown color: approx Ce Soir. HEX triplet: 8E, 66 and AC. RGB value is (142,102,172). Sum of RGB (Red+Green+Blue) = 142+102+172=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E66AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E66AC is #719953. Grayscale: #797979. Windows color (decimal): -7444820 or 11298446. OLE color: 11298446.

HSL color Cylindrical-coordinate representation of color #8E66AC: hue angle of 274.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E66AC is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142102172-
CMYK0.170.4100.33
HSL274.29º29.66%53.73%-
HSV(B)274.29º40.7%67.45%-
XYZ23.3518.2341.32-
YUV121.94156.25142.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=34.13%
G=24.52%
B=41.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421021720.170.4100.33274.2929.6653.73
Hex8E66AC11290211121e36
Octal21614625421510414223666
Binary1000111011001101010110010001101001010000110001001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E66AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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