#8E5DAB

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

Shades of Ce Soir #8E5DAB

Tints of Ce Soir #8E5DAB

Color information

#8E5DAB (or 0x8E5DAB) is unknown color: approx Ce Soir. HEX triplet: 8E, 5D and AB. RGB value is (142,93,171). Sum of RGB (Red+Green+Blue) = 142+93+171=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E5DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5DAB is #71A254. Grayscale: #747474. Windows color (decimal): -7447125 or 11230606. OLE color: 11230606.

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

Color convert

RGB14293171-
CMYK0.170.4600.33
HSL277.69º31.71%51.76%-
HSV(B)277.69º45.61%67.06%-
XYZ22.4216.5240.54-
YUV116.54158.73146.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.98%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=34.98%
G=22.91%
B=42.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142931710.170.4600.33277.6931.7151.76
Hex8E5DAB112E0211162034
Octal21613525321560414264064
Binary10001110101110110101011100011011100100001100010110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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