#8E69AC

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

Shades of Ce Soir #8E69AC

Tints of Ce Soir #8E69AC

Color information

#8E69AC (or 0x8E69AC) is unknown color: approx Ce Soir. HEX triplet: 8E, 69 and AC. RGB value is (142,105,172). Sum of RGB (Red+Green+Blue) = 142+105+172=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E69AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E69AC is #719653. Grayscale: #7B7B7B. Windows color (decimal): -7444052 or 11299214. OLE color: 11299214.

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

Color convert

RGB142105172-
CMYK0.170.3900.33
HSL273.13º28.76%54.31%-
HSV(B)273.13º38.95%67.45%-
XYZ23.6518.8341.42-
YUV123.7155.26141.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.89%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=33.89%
G=25.06%
B=41.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421051720.170.3900.33273.1328.7654.31
Hex8E69AC11270211111d36
Octal21615125421470414213566
Binary1000111011010011010110010001100111010000110001000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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