#8E6AAF

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

Shades of Ce Soir #8E6AAF

Tints of Ce Soir #8E6AAF

Color information

#8E6AAF (or 0x8E6AAF) is unknown color: approx Ce Soir. HEX triplet: 8E, 6A and AF. RGB value is (142,106,175). Sum of RGB (Red+Green+Blue) = 142+106+175=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E6AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6AAF is #719550. Grayscale: #7C7C7C. Windows color (decimal): -7443793 or 11496078. OLE color: 11496078.

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

Color convert

RGB142106175-
CMYK0.190.3900.31
HSL271.3º30.13%55.1%-
HSV(B)271.3º39.43%68.63%-
XYZ24.0519.1542.99-
YUV124.63156.43140.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=33.57%
G=25.06%
B=41.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421061750.190.3900.31271.330.1355.1
Hex8E6AAF132701F10f1e37
Octal21615225723470374173667
Binary100011101101010101011111001110011101111110000111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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