#8E6CAF

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

Shades of Ce Soir #8E6CAF

Tints of Ce Soir #8E6CAF

Color information

#8E6CAF (or 0x8E6CAF) is unknown color: approx Ce Soir. HEX triplet: 8E, 6C and AF. RGB value is (142,108,175). Sum of RGB (Red+Green+Blue) = 142+108+175=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E6CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6CAF is #719350. Grayscale: #7D7D7D. Windows color (decimal): -7443281 or 11496590. OLE color: 11496590.

HSL color Cylindrical-coordinate representation of color #8E6CAF: hue angle of 270.45º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E6CAF is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB142108175-
CMYK0.190.3800.31
HSL270.45º29.52%55.49%-
HSV(B)270.45º38.29%68.63%-
XYZ24.2619.5743.06-
YUV125.8155.76139.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.41%
GREEN value IS 108 (42.58% from 255) = 25.41%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=33.41%
G=25.41%
B=41.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421081750.190.3800.31270.4529.5255.49
Hex8E6CAF132601F10e1e37
Octal21615425723460374163667
Binary100011101101100101011111001110011001111110000111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,175); }

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

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

 a { background-color: rgb(142,108,175); }

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

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

 span { border-color: rgb(142,108,175); }

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