#8E6B9F

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

Shades of Ce Soir #8E6B9F

Tints of Ce Soir #8E6B9F

Color information

#8E6B9F (or 0x8E6B9F) is unknown color: approx Ce Soir. HEX triplet: 8E, 6B and 9F. RGB value is (142,107,159). Sum of RGB (Red+Green+Blue) = 142+107+159=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E6B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6B9F is #719460. Grayscale: #7B7B7B. Windows color (decimal): -7443553 or 10447758. OLE color: 10447758.

HSL color Cylindrical-coordinate representation of color #8E6B9F: hue angle of 280.38º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E6B9F is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB142107159-
CMYK0.110.3300.38
HSL280.38º21.31%52.16%-
HSV(B)280.38º32.7%62.35%-
XYZ22.6718.7735.23-
YUV123.39148.1141.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.80%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=34.80%
G=26.23%
B=38.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421071590.110.3300.38280.3821.3152.16
Hex8E6B9FB210261181534
Octal21615323713410464302564
Binary100011101101011100111111011100001010011010001100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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