#8A709C

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

Shades of Ce Soir #8A709C

Tints of Ce Soir #8A709C

Color information

#8A709C (or 0x8A709C) is unknown color: approx Ce Soir. HEX triplet: 8A, 70 and 9C. RGB value is (138,112,156). Sum of RGB (Red+Green+Blue) = 138+112+156=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A709C is #758F63. Grayscale: #7C7C7C. Windows color (decimal): -7704420 or 10252426. OLE color: 10252426.

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

Color convert

RGB138112156-
CMYK0.120.2800.39
HSL275.45º18.18%52.55%-
HSV(B)275.45º28.21%61.18%-
XYZ22.2819.3934.02-
YUV124.79145.61137.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=33.99%
G=27.59%
B=38.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381121560.120.2800.39275.4518.1852.55
Hex8A709CC1C0271131235
Octal21216023414340474232265
Binary10001010111000010011100110011100010011110001001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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