#8E76AA

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

Shades of Ce Soir #8E76AA

Tints of Ce Soir #8E76AA

Color information

#8E76AA (or 0x8E76AA) is unknown color: approx Ce Soir. HEX triplet: 8E, 76 and AA. RGB value is (142,118,170). Sum of RGB (Red+Green+Blue) = 142+118+170=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E76AA is #718955. Grayscale: #828282. Windows color (decimal): -7440726 or 11171470. OLE color: 11171470.

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

Color convert

RGB142118170-
CMYK0.160.3100.33
HSL267.69º23.42%56.47%-
HSV(B)267.69º30.59%66.67%-
XYZ24.8921.6140.89-
YUV131.1149.95135.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.02%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=33.02%
G=27.44%
B=39.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421181700.160.3100.33267.6923.4256.47
Hex8E76AA101F02110c1738
Octal21616625220370414142770
Binary100011101110110101010101000011111010000110000110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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