#8E639B

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

Shades of Ce Soir #8E639B

Tints of Ce Soir #8E639B

Color information

#8E639B (or 0x8E639B) is unknown color: approx Ce Soir. HEX triplet: 8E, 63 and 9B. RGB value is (142,99,155). Sum of RGB (Red+Green+Blue) = 142+99+155=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E639B is #719C64. Grayscale: #767676. Windows color (decimal): -7445605 or 10183566. OLE color: 10183566.

HSL color Cylindrical-coordinate representation of color #8E639B: hue angle of 286.07º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E639B is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14299155-
CMYK0.080.3600.39
HSL286.07º22.05%49.8%-
HSV(B)286.07º36.13%60.78%-
XYZ21.5317.0433.16-
YUV118.24148.75144.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 99 (39.06% from 255) = 25%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=35.86%
G=25%
B=39.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142991550.080.3600.39286.0722.0549.8
Hex8E639B82402711e1632
Octal21614323310440474362662
Binary100011101100011100110111000100100010011110001111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,99,155); }

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

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

 a { background-color: rgb(142,99,155); }

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

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

 span { border-color: rgb(142,99,155); }

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