#8E70AA

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

Shades of Ce Soir #8E70AA

Tints of Ce Soir #8E70AA

Color information

#8E70AA (or 0x8E70AA) is unknown color: approx Ce Soir. HEX triplet: 8E, 70 and AA. RGB value is (142,112,170). Sum of RGB (Red+Green+Blue) = 142+112+170=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E70AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E70AA is #718F55. Grayscale: #7F7F7F. Windows color (decimal): -7442262 or 11169934. OLE color: 11169934.

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

Color convert

RGB142112170-
CMYK0.160.3400.33
HSL271.03º25.44%55.29%-
HSV(B)271.03º34.12%66.67%-
XYZ24.2120.2440.66-
YUV127.58151.94138.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.49%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=33.49%
G=26.42%
B=40.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421121700.160.3400.33271.0325.4455.29
Hex8E70AA102202110f1937
Octal21616025220420414173167
Binary1000111011100001010101010000100010010000110000111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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