#8C71AA

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

Shades of Ce Soir #8C71AA

Tints of Ce Soir #8C71AA

Color information

#8C71AA (or 0x8C71AA) is unknown color: approx Ce Soir. HEX triplet: 8C, 71 and AA. RGB value is (140,113,170). Sum of RGB (Red+Green+Blue) = 140+113+170=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C71AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C71AA is #738E55. Grayscale: #7F7F7F. Windows color (decimal): -7573078 or 11170188. OLE color: 11170188.

HSL color Cylindrical-coordinate representation of color #8C71AA: hue angle of 268.42º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C71AA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140113170-
CMYK0.180.3400.33
HSL268.42º25.11%55.49%-
HSV(B)268.42º33.53%66.67%-
XYZ23.9820.2940.68-
YUV127.57151.95136.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=33.10%
G=26.71%
B=40.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401131700.180.3400.33268.4225.1155.49
Hex8C71AA122202110c1937
Octal21416125222420414143167
Binary1000110011100011010101010010100010010000110000110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,113,170); }

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

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

 a { background-color: rgb(140,113,170); }

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

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

 span { border-color: rgb(140,113,170); }

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