#8E5DA5

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

Shades of Ce Soir #8E5DA5

Tints of Ce Soir #8E5DA5

Color information

#8E5DA5 (or 0x8E5DA5) is unknown color: approx Ce Soir. HEX triplet: 8E, 5D and A5. RGB value is (142,93,165). Sum of RGB (Red+Green+Blue) = 142+93+165=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #8E5DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5DA5 is #71A25A. Grayscale: #737373. Windows color (decimal): -7447131 or 10837390. OLE color: 10837390.

HSL color Cylindrical-coordinate representation of color #8E5DA5: hue angle of 280.83º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E5DA5 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14293165-
CMYK0.140.4400.35
HSL280.83º28.57%50.59%-
HSV(B)280.83º43.64%64.71%-
XYZ21.8616.337.59-
YUV115.86155.73146.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 93 (36.72% from 255) = 23.25%
BLUE value IS 165 (64.84% from 255) = 41.25%
R=35.5%
G=23.25%
B=41.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142931650.140.4400.35280.8328.5750.59
Hex8E5DA5E2C0231191d33
Octal21613524516540434313563
Binary100011101011101101001011110101100010001110001100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,93,165); }

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

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

 a { background-color: rgb(142,93,165); }

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

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

 span { border-color: rgb(142,93,165); }

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