#8D729F

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

Shades of Ce Soir #8D729F

Tints of Ce Soir #8D729F

Color information

#8D729F (or 0x8D729F) is unknown color: approx Ce Soir. HEX triplet: 8D, 72 and 9F. RGB value is (141,114,159). Sum of RGB (Red+Green+Blue) = 141+114+159=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D729F is #728D60. Grayscale: #7F7F7F. Windows color (decimal): -7507297 or 10449549. OLE color: 10449549.

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

Color convert

RGB141114159-
CMYK0.110.2800.38
HSL276º18.99%53.53%-
HSV(B)276º28.3%62.35%-
XYZ23.2620.235.47-
YUV127.2145.95137.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.06%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=34.06%
G=27.54%
B=38.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411141590.110.2800.3827618.9953.53
Hex8D729FB1C0261141336
Octal21516223713340464242366
Binary10001101111001010011111101111100010011010001010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,114,159); }

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

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

 a { background-color: rgb(141,114,159); }

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

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

 span { border-color: rgb(141,114,159); }

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