#8E74AB

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

Shades of Ce Soir #8E74AB

Tints of Ce Soir #8E74AB

Color information

#8E74AB (or 0x8E74AB) is unknown color: approx Ce Soir. HEX triplet: 8E, 74 and AB. RGB value is (142,116,171). Sum of RGB (Red+Green+Blue) = 142+116+171=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E74AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E74AB is #718B54. Grayscale: #818181. Windows color (decimal): -7441237 or 11236494. OLE color: 11236494.

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

Color convert

RGB142116171-
CMYK0.170.3200.33
HSL268.36º24.66%56.27%-
HSV(B)268.36º32.16%67.06%-
XYZ24.7521.1841.31-
YUV130.04151.11136.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=33.10%
G=27.04%
B=39.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421161710.170.3200.33268.3624.6656.27
Hex8E74AB112002110c1938
Octal21616425321400414143170
Binary1000111011101001010101110001100000010000110000110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E74AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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