#8E71AB

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

Shades of Ce Soir #8E71AB

Tints of Ce Soir #8E71AB

Color information

#8E71AB (or 0x8E71AB) is unknown color: approx Ce Soir. HEX triplet: 8E, 71 and AB. RGB value is (142,113,171). Sum of RGB (Red+Green+Blue) = 142+113+171=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E71AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E71AB is #718E54. Grayscale: #808080. Windows color (decimal): -7442005 or 11235726. OLE color: 11235726.

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

Color convert

RGB142113171-
CMYK0.170.3400.33
HSL270º25.66%55.69%-
HSV(B)270º33.92%67.06%-
XYZ24.4120.541.2-
YUV128.28152.11137.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=33.33%
G=26.53%
B=40.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421131710.170.3400.3327025.6655.69
Hex8E71AB112202110e1a38
Octal21616125321420414163270
Binary1000111011100011010101110001100010010000110000111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E71AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,171); }

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

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

 a { background-color: rgb(142,113,171); }

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

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

 span { border-color: rgb(142,113,171); }

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