#8E60AC

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

Shades of Ce Soir #8E60AC

Tints of Ce Soir #8E60AC

Color information

#8E60AC (or 0x8E60AC) is unknown color: approx Ce Soir. HEX triplet: 8E, 60 and AC. RGB value is (142,96,172). Sum of RGB (Red+Green+Blue) = 142+96+172=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E60AC is #719F53. Grayscale: #767676. Windows color (decimal): -7446356 or 11296910. OLE color: 11296910.

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

Color convert

RGB14296172-
CMYK0.170.4400.33
HSL276.32º31.4%52.55%-
HSV(B)276.32º44.19%67.45%-
XYZ22.7817.141.13-
YUV118.42158.24144.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.63%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=34.63%
G=23.41%
B=41.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142961720.170.4400.33276.3231.452.55
Hex8E60AC112C0211141f35
Octal21614025421540414243765
Binary1000111011000001010110010001101100010000110001010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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