#8E64AA

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

Shades of Ce Soir #8E64AA

Tints of Ce Soir #8E64AA

Color information

#8E64AA (or 0x8E64AA) is unknown color: approx Ce Soir. HEX triplet: 8E, 64 and AA. RGB value is (142,100,170). Sum of RGB (Red+Green+Blue) = 142+100+170=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E64AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E64AA is #719B55. Grayscale: #787878. Windows color (decimal): -7445334 or 11166862. OLE color: 11166862.

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

Color convert

RGB142100170-
CMYK0.160.4100.33
HSL276º29.17%52.94%-
HSV(B)276º41.18%66.67%-
XYZ22.9717.7740.25-
YUV120.54155.91143.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.47%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=34.47%
G=24.27%
B=41.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421001700.160.4100.3327629.1752.94
Hex8E64AA10290211141d35
Octal21614425220510414243565
Binary1000111011001001010101010000101001010000110001010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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