#8E72A9

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

Shades of Ce Soir #8E72A9

Tints of Ce Soir #8E72A9

Color information

#8E72A9 (or 0x8E72A9) is unknown color: approx Ce Soir. HEX triplet: 8E, 72 and A9. RGB value is (142,114,169). Sum of RGB (Red+Green+Blue) = 142+114+169=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E72A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E72A9 is #718D56. Grayscale: #808080. Windows color (decimal): -7441751 or 11104910. OLE color: 11104910.

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

Color convert

RGB142114169-
CMYK0.160.3300.34
HSL270.55º24.23%55.49%-
HSV(B)270.55º32.54%66.27%-
XYZ24.3320.6540.24-
YUV128.64150.78137.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.41%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 169 (66.41% from 255) = 39.76%
R=33.41%
G=26.82%
B=39.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421141690.160.3300.34270.5524.2355.49
Hex8E72A9102102210f1837
Octal21616225120410424173067
Binary1000111011100101010100110000100001010001010000111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E72A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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