#8E6EA3

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

Shades of Ce Soir #8E6EA3

Tints of Ce Soir #8E6EA3

Color information

#8E6EA3 (or 0x8E6EA3) is unknown color: approx Ce Soir. HEX triplet: 8E, 6E and A3. RGB value is (142,110,163). Sum of RGB (Red+Green+Blue) = 142+110+163=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 163 - color contains mainly: blue. Hex color #8E6EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6EA3 is #71915C. Grayscale: #7D7D7D. Windows color (decimal): -7442781 or 10710670. OLE color: 10710670.

HSL color Cylindrical-coordinate representation of color #8E6EA3: hue angle of 276.23º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E6EA3 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB142110163-
CMYK0.130.3300.36
HSL276.23º22.36%53.53%-
HSV(B)276.23º32.52%63.92%-
XYZ23.3419.5537.19-
YUV125.61149.1139.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.22%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 163 (64.06% from 255) = 39.28%
R=34.22%
G=26.51%
B=39.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421101630.130.3300.36276.2322.3653.53
Hex8E6EA3D210241141636
Octal21615624315410444242666
Binary100011101101110101000111101100001010010010001010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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