#8E61AE

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

Shades of Ce Soir #8E61AE

Tints of Ce Soir #8E61AE

Color information

#8E61AE (or 0x8E61AE) is unknown color: approx Ce Soir. HEX triplet: 8E, 61 and AE. RGB value is (142,97,174). Sum of RGB (Red+Green+Blue) = 142+97+174=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E61AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E61AE is #719E51. Grayscale: #767676. Windows color (decimal): -7446098 or 11428238. OLE color: 11428238.

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

Color convert

RGB14297174-
CMYK0.180.4400.32
HSL275.06º32.22%53.14%-
HSV(B)275.06º44.25%68.24%-
XYZ23.0717.3642.18-
YUV119.23158.91144.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.38%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=34.38%
G=23.49%
B=42.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142971740.180.4400.32275.0632.2253.14
Hex8E61AE122C0201132035
Octal21614125622540404234065
Binary10001110110000110101110100101011000100000100010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E61AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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