#8E68AB

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

Shades of Ce Soir #8E68AB

Tints of Ce Soir #8E68AB

Color information

#8E68AB (or 0x8E68AB) is unknown color: approx Ce Soir. HEX triplet: 8E, 68 and AB. RGB value is (142,104,171). Sum of RGB (Red+Green+Blue) = 142+104+171=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E68AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E68AB is #719754. Grayscale: #7A7A7A. Windows color (decimal): -7444309 or 11233422. OLE color: 11233422.

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

Color convert

RGB142104171-
CMYK0.170.3900.33
HSL274.03º28.51%53.92%-
HSV(B)274.03º39.18%67.06%-
XYZ23.4618.5940.88-
YUV123155.09141.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=34.05%
G=24.94%
B=41.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421041710.170.3900.33274.0328.5153.92
Hex8E68AB11270211121d36
Octal21615025321470414223566
Binary1000111011010001010101110001100111010000110001001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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