#8E60AE

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

Shades of Ce Soir #8E60AE

Tints of Ce Soir #8E60AE

Color information

#8E60AE (or 0x8E60AE) is unknown color: approx Ce Soir. HEX triplet: 8E, 60 and AE. RGB value is (142,96,174). Sum of RGB (Red+Green+Blue) = 142+96+174=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E60AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E60AE is #719F51. Grayscale: #767676. Windows color (decimal): -7446354 or 11427982. OLE color: 11427982.

HSL color Cylindrical-coordinate representation of color #8E60AE: hue angle of 275.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E60AE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14296174-
CMYK0.180.4500.32
HSL275.38º32.5%52.94%-
HSV(B)275.38º44.83%68.24%-
XYZ22.9817.1742.15-
YUV118.65159.24144.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.47%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=34.47%
G=23.30%
B=42.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142961740.180.4500.32275.3832.552.94
Hex8E60AE122D0201132035
Octal21614025622550404234065
Binary10001110110000010101110100101011010100000100010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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