#8E6DAA

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

Shades of Ce Soir #8E6DAA

Tints of Ce Soir #8E6DAA

Color information

#8E6DAA (or 0x8E6DAA) is unknown color: approx Ce Soir. HEX triplet: 8E, 6D and AA. RGB value is (142,109,170). Sum of RGB (Red+Green+Blue) = 142+109+170=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E6DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6DAA is #719255. Grayscale: #7D7D7D. Windows color (decimal): -7443030 or 11169166. OLE color: 11169166.

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

Color convert

RGB142109170-
CMYK0.160.3600.33
HSL272.46º26.41%54.71%-
HSV(B)272.46º35.88%66.67%-
XYZ23.8819.5940.55-
YUV125.82152.93139.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=33.73%
G=25.89%
B=40.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421091700.160.3600.33272.4626.4154.71
Hex8E6DAA10240211101a37
Octal21615525220440414203267
Binary1000111011011011010101010000100100010000110001000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,109,170); }

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

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

 a { background-color: rgb(142,109,170); }

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

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

 span { border-color: rgb(142,109,170); }

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