#8D72A5

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

Shades of Ce Soir #8D72A5

Tints of Ce Soir #8D72A5

Color information

#8D72A5 (or 0x8D72A5) is unknown color: approx Ce Soir. HEX triplet: 8D, 72 and A5. RGB value is (141,114,165). Sum of RGB (Red+Green+Blue) = 141+114+165=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 165 - color contains mainly: blue. Hex color #8D72A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D72A5 is #728D5A. Grayscale: #7F7F7F. Windows color (decimal): -7507291 or 10842765. OLE color: 10842765.

HSL color Cylindrical-coordinate representation of color #8D72A5: hue angle of 271.76º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D72A5 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB141114165-
CMYK0.150.3100.35
HSL271.76º22.08%54.71%-
HSV(B)271.76º30.91%64.71%-
XYZ23.7920.4138.28-
YUV127.89148.95137.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=33.57%
G=27.14%
B=39.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1411141650.150.3100.35271.7622.0854.71
Hex8D72A5F1F0231101637
Octal21516224517370434202667
Binary10001101111001010100101111111111010001110001000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D72A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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