#8D749C

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

Shades of Ce Soir #8D749C

Tints of Ce Soir #8D749C

Color information

#8D749C (or 0x8D749C) is unknown color: approx Ce Soir. HEX triplet: 8D, 74 and 9C. RGB value is (141,116,156). Sum of RGB (Red+Green+Blue) = 141+116+156=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D749C is #728B63. Grayscale: #7F7F7F. Windows color (decimal): -7506788 or 10253453. OLE color: 10253453.

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

Color convert

RGB141116156-
CMYK0.100.2600.39
HSL277.5º16.81%53.33%-
HSV(B)277.5º25.64%61.18%-
XYZ23.2320.5534.2-
YUV128.04143.78137.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=34.14%
G=28.09%
B=37.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411161560.100.2600.39277.516.8153.33
Hex8D749CA1A0271161135
Octal21516423412320474262165
Binary10001101111010010011100101011010010011110001011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,116,156); }

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

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

 a { background-color: rgb(141,116,156); }

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

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

 span { border-color: rgb(141,116,156); }

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