#8E5FAA

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

Shades of Ce Soir #8E5FAA

Tints of Ce Soir #8E5FAA

Color information

#8E5FAA (or 0x8E5FAA) is unknown color: approx Ce Soir. HEX triplet: 8E, 5F and AA. RGB value is (142,95,170). Sum of RGB (Red+Green+Blue) = 142+95+170=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5FAA is #71A055. Grayscale: #757575. Windows color (decimal): -7446614 or 11165582. OLE color: 11165582.

HSL color Cylindrical-coordinate representation of color #8E5FAA: hue angle of 277.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E5FAA is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14295170-
CMYK0.160.4400.33
HSL277.6º30.61%51.96%-
HSV(B)277.6º44.12%66.67%-
XYZ22.516.8440.09-
YUV117.6157.57145.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=34.89%
G=23.34%
B=41.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142951700.160.4400.33277.630.6151.96
Hex8E5FAA102C0211161f34
Octal21613725220540414263764
Binary1000111010111111010101010000101100010000110001011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,95,170); }

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

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

 a { background-color: rgb(142,95,170); }

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

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

 span { border-color: rgb(142,95,170); }

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