#8E65AB

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

Shades of Ce Soir #8E65AB

Tints of Ce Soir #8E65AB

Color information

#8E65AB (or 0x8E65AB) is unknown color: approx Ce Soir. HEX triplet: 8E, 65 and AB. RGB value is (142,101,171). Sum of RGB (Red+Green+Blue) = 142+101+171=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E65AB is #719A54. Grayscale: #797979. Windows color (decimal): -7445077 or 11232654. OLE color: 11232654.

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

Color convert

RGB142101171-
CMYK0.170.4100.33
HSL275.14º29.41%53.33%-
HSV(B)275.14º40.94%67.06%-
XYZ23.161840.78-
YUV121.24156.08142.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=34.30%
G=24.40%
B=41.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421011710.170.4100.33275.1429.4153.33
Hex8E65AB11290211131d35
Octal21614525321510414233565
Binary1000111011001011010101110001101001010000110001001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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