#8E72A6

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

Shades of Ce Soir #8E72A6

Tints of Ce Soir #8E72A6

Color information

#8E72A6 (or 0x8E72A6) is unknown color: approx Ce Soir. HEX triplet: 8E, 72 and A6. RGB value is (142,114,166). Sum of RGB (Red+Green+Blue) = 142+114+166=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 166 - color contains mainly: blue. Hex color #8E72A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E72A6 is #718D59. Grayscale: #808080. Windows color (decimal): -7441754 or 10908302. OLE color: 10908302.

HSL color Cylindrical-coordinate representation of color #8E72A6: hue angle of 272.31º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E72A6 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB142114166-
CMYK0.140.3100.35
HSL272.31º22.61%54.9%-
HSV(B)272.31º31.33%65.1%-
XYZ24.0620.5438.77-
YUV128.3149.28137.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.65%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=33.65%
G=27.01%
B=39.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1421141660.140.3100.35272.3122.6154.9
Hex8E72A6E1F0231101737
Octal21616224616370434202767
Binary10001110111001010100110111011111010001110001000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E72A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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