#8E69A4

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

Shades of Ce Soir #8E69A4

Tints of Ce Soir #8E69A4

Color information

#8E69A4 (or 0x8E69A4) is unknown color: approx Ce Soir. HEX triplet: 8E, 69 and A4. RGB value is (142,105,164). Sum of RGB (Red+Green+Blue) = 142+105+164=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E69A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E69A4 is #71965B. Grayscale: #7A7A7A. Windows color (decimal): -7444060 or 10774926. OLE color: 10774926.

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

Color convert

RGB142105164-
CMYK0.130.3600.36
HSL277.63º24.48%52.75%-
HSV(B)277.63º35.98%64.31%-
XYZ22.9118.5337.49-
YUV122.79151.26141.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 164 (64.45% from 255) = 39.90%
R=34.55%
G=25.55%
B=39.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421051640.130.3600.36277.6324.4852.75
Hex8E69A4D240241161835
Octal21615124415440444263065
Binary100011101101001101001001101100100010010010001011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E69A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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