#8E6EA9

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

Shades of Ce Soir #8E6EA9

Tints of Ce Soir #8E6EA9

Color information

#8E6EA9 (or 0x8E6EA9) is unknown color: approx Ce Soir. HEX triplet: 8E, 6E and A9. RGB value is (142,110,169). Sum of RGB (Red+Green+Blue) = 142+110+169=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E6EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6EA9 is #719156. Grayscale: #7E7E7E. Windows color (decimal): -7442775 or 11103886. OLE color: 11103886.

HSL color Cylindrical-coordinate representation of color #8E6EA9: hue angle of 272.54º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E6EA9 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB142110169-
CMYK0.160.3500.34
HSL272.54º25.54%54.71%-
HSV(B)272.54º34.91%66.27%-
XYZ23.8919.7740.09-
YUV126.29152.1139.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 169 (66.41% from 255) = 40.14%
R=33.73%
G=26.13%
B=40.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421101690.160.3500.34272.5425.5454.71
Hex8E6EA910230221111a37
Octal21615625120430424213267
Binary1000111011011101010100110000100011010001010001000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,110,169); }

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

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

 a { background-color: rgb(142,110,169); }

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

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

 span { border-color: rgb(142,110,169); }

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