#8E62AE

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

Shades of Ce Soir #8E62AE

Tints of Ce Soir #8E62AE

Color information

#8E62AE (or 0x8E62AE) is unknown color: approx Ce Soir. HEX triplet: 8E, 62 and AE. RGB value is (142,98,174). Sum of RGB (Red+Green+Blue) = 142+98+174=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E62AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E62AE is #719D51. Grayscale: #777777. Windows color (decimal): -7445842 or 11428494. OLE color: 11428494.

HSL color Cylindrical-coordinate representation of color #8E62AE: hue angle of 274.74º 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 #8E62AE is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14298174-
CMYK0.180.4400.32
HSL274.74º31.93%53.33%-
HSV(B)274.74º43.68%68.24%-
XYZ23.1617.5442.21-
YUV119.82158.58143.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=34.30%
G=23.67%
B=42.03%

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
Decimal142981740.180.4400.32274.7431.9353.33
Hex8E62AE122C0201132035
Octal21614225622540404234065
Binary10001110110001010101110100101011000100000100010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E62AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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