#8C709D

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

Shades of Ce Soir #8C709D

Tints of Ce Soir #8C709D

Color information

#8C709D (or 0x8C709D) is unknown color: approx Ce Soir. HEX triplet: 8C, 70 and 9D. RGB value is (140,112,157). Sum of RGB (Red+Green+Blue) = 140+112+157=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C709D is #738F62. Grayscale: #7D7D7D. Windows color (decimal): -7573347 or 10317964. OLE color: 10317964.

HSL color Cylindrical-coordinate representation of color #8C709D: hue angle of 277.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C709D is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB140112157-
CMYK0.110.2900.38
HSL277.33º18.67%52.75%-
HSV(B)277.33º28.66%61.57%-
XYZ22.719.634.48-
YUV125.5145.78138.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.23%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=34.23%
G=27.38%
B=38.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401121570.110.2900.38277.3318.6752.75
Hex8C709DB1D0261151335
Octal21416023513350464252365
Binary10001100111000010011101101111101010011010001010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,112,157); }

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

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

 a { background-color: rgb(140,112,157); }

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

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

 span { border-color: rgb(140,112,157); }

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