#8E6B9B

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

Shades of Ce Soir #8E6B9B

Tints of Ce Soir #8E6B9B

Color information

#8E6B9B (or 0x8E6B9B) is unknown color: approx Ce Soir. HEX triplet: 8E, 6B and 9B. RGB value is (142,107,155). Sum of RGB (Red+Green+Blue) = 142+107+155=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E6B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6B9B is #719464. Grayscale: #7A7A7A. Windows color (decimal): -7443557 or 10185614. OLE color: 10185614.

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

Color convert

RGB142107155-
CMYK0.080.3100.39
HSL283.75º19.35%51.37%-
HSV(B)283.75º30.97%60.78%-
XYZ22.3318.6333.43-
YUV122.94146.1141.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.15%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=35.15%
G=26.49%
B=38.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421071550.080.3100.39283.7519.3551.37
Hex8E6B9B81F02711c1333
Octal21615323310370474342363
Binary10001110110101110011011100011111010011110001110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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