#8e73ac

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

Shades of Ce Soir #8E73AC

Tints of Ce Soir #8E73AC

Color information

#8E73AC (or 0x8E73AC) is unknown color: approx Ce Soir. HEX triplet: 8E, 73 and AC. RGB value is (142,115,172). Sum of RGB (Red+Green+Blue) = 142+115+172=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E73AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E73AC is #718C53. Grayscale: #818181. Windows color (decimal): -7441492 or 11301774. OLE color: 11301774.

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

Color convert

RGB142115172-
CMYK0.170.3300.33
HSL268.42º25.56%56.27%-
HSV(B)268.42º33.14%67.45%-
XYZ24.7320.9941.78-
YUV129.57151.95136.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=33.10%
G=26.81%
B=40.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421151720.170.3300.33268.4225.5656.27
Hex8E73AC112102110c1a38
Octal21616325421410414143270
Binary1000111011100111010110010001100001010000110000110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e73ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,115,172); }

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

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

 a { background-color: rgb(142,115,172); }

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

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

 span { border-color: rgb(142,115,172); }

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