#8E659D

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

Shades of Ce Soir #8E659D

Tints of Ce Soir #8E659D

Color information

#8E659D (or 0x8E659D) is unknown color: approx Ce Soir. HEX triplet: 8E, 65 and 9D. RGB value is (142,101,157). Sum of RGB (Red+Green+Blue) = 142+101+157=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E659D is #719A62. Grayscale: #777777. Windows color (decimal): -7445091 or 10315150. OLE color: 10315150.

HSL color Cylindrical-coordinate representation of color #8E659D: hue angle of 283.93º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E659D is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB142101157-
CMYK0.100.3600.38
HSL283.93º22.22%50.59%-
HSV(B)283.93º35.67%61.57%-
XYZ21.8917.4934.12-
YUV119.64149.08143.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=35.5%
G=25.25%
B=39.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421011570.100.3600.38283.9322.2250.59
Hex8E659DA2402611c1633
Octal21614523512440464342663
Binary100011101100101100111011010100100010011010001110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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