#8D749E

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

Shades of Ce Soir #8D749E

Tints of Ce Soir #8D749E

Color information

#8D749E (or 0x8D749E) is unknown color: approx Ce Soir. HEX triplet: 8D, 74 and 9E. RGB value is (141,116,158). Sum of RGB (Red+Green+Blue) = 141+116+158=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D749E is #728B61. Grayscale: #808080. Windows color (decimal): -7506786 or 10384525. OLE color: 10384525.

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

Color convert

RGB141116158-
CMYK0.110.2700.38
HSL275.71º17.8%53.73%-
HSV(B)275.71º26.58%61.96%-
XYZ23.420.6235.09-
YUV128.26144.78137.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=33.98%
G=27.95%
B=38.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411161580.110.2700.38275.7117.853.73
Hex8D749EB1B0261141236
Octal21516423613330464242266
Binary10001101111010010011110101111011010011010001010010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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