#8E5DA3

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

Shades of Ce Soir #8E5DA3

Tints of Ce Soir #8E5DA3

Color information

#8E5DA3 (or 0x8E5DA3) is unknown color: approx Ce Soir. HEX triplet: 8E, 5D and A3. RGB value is (142,93,163). Sum of RGB (Red+Green+Blue) = 142+93+163=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 163 - color contains mainly: blue. Hex color #8E5DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5DA3 is #71A25C. Grayscale: #737373. Windows color (decimal): -7447133 or 10706318. OLE color: 10706318.

HSL color Cylindrical-coordinate representation of color #8E5DA3: hue angle of 282º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E5DA3 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14293163-
CMYK0.130.4300.36
HSL282º27.56%50.2%-
HSV(B)282º42.94%63.92%-
XYZ21.6816.2236.64-
YUV115.63154.73146.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 163 (64.06% from 255) = 40.95%
R=35.68%
G=23.37%
B=40.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142931630.130.4300.3628227.5650.2
Hex8E5DA3D2B02411a1c32
Octal21613524315530444323462
Binary100011101011101101000111101101011010010010001101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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