#8E66B4

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

Shades of Ce Soir #8E66B4

Tints of Ce Soir #8E66B4

Color information

#8E66B4 (or 0x8E66B4) is unknown color: approx Ce Soir. HEX triplet: 8E, 66 and B4. RGB value is (142,102,180). Sum of RGB (Red+Green+Blue) = 142+102+180=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E66B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E66B4 is #71994B. Grayscale: #7A7A7A. Windows color (decimal): -7444812 or 11822734. OLE color: 11822734.

HSL color Cylindrical-coordinate representation of color #8E66B4: hue angle of 270.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E66B4 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB142102180-
CMYK0.210.4300.29
HSL270.77º34.21%55.29%-
HSV(B)270.77º43.33%70.59%-
XYZ24.1418.5545.49-
YUV122.85160.25141.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.49%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 180 (70.70% from 255) = 42.45%
R=33.49%
G=24.06%
B=42.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421021800.210.4300.29270.7734.2155.29
Hex8E66B4152B01D10f2237
Octal21614626425530354174267
Binary1000111011001101011010010101101011011101100001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E66B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,102,180); }

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

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

 a { background-color: rgb(142,102,180); }

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

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

 span { border-color: rgb(142,102,180); }

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