#8A579C

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

Shades of Ce Soir #8A579C

Tints of Ce Soir #8A579C

Color information

#8A579C (or 0x8A579C) is unknown color: approx Ce Soir. HEX triplet: 8A, 57 and 9C. RGB value is (138,87,156). Sum of RGB (Red+Green+Blue) = 138+87+156=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A579C is #75A863. Grayscale: #6D6D6D. Windows color (decimal): -7710820 or 10246026. OLE color: 10246026.

HSL color Cylindrical-coordinate representation of color #8A579C: hue angle of 284.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A579C is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13887156-
CMYK0.120.4400.39
HSL284.35º28.4%47.65%-
HSV(B)284.35º44.23%61.18%-
XYZ19.8914.6233.23-
YUV110.11153.9147.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.22%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=36.22%
G=22.83%
B=40.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138871560.120.4400.39284.3528.447.65
Hex8A579CC2C02711c1c30
Octal21212723414540474343460
Binary100010101010111100111001100101100010011110001110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,87,156); }

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

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

 a { background-color: rgb(138,87,156); }

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

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

 span { border-color: rgb(138,87,156); }

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