#8D7CDF

Color #8D7CDF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8D7CDF

Tints of Medium Purple #8D7CDF

Color information

#8D7CDF (or 0x8D7CDF) is unknown color: approx Medium Purple. HEX triplet: 8D, 7C and DF. RGB value is (141,124,223). Sum of RGB (Red+Green+Blue) = 141+124+223=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7CDF is #728320. Grayscale: #8B8B8B. Windows color (decimal): -7504673 or 14646413. OLE color: 14646413.

HSL color Cylindrical-coordinate representation of color #8D7CDF: hue angle of 250.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D7CDF is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141124223-
CMYK0.370.4400.13
HSL250.3º60.74%68.04%-
HSV(B)250.3º44.39%87.45%-
XYZ31.5125.4173.06-
YUV140.37174.63128.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.89%
GREEN value IS 124 (48.83% from 255) = 25.41%
BLUE value IS 223 (87.5% from 255) = 45.70%
R=28.89%
G=25.41%
B=45.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411242230.370.4400.13250.360.7468.04
Hex8D7CDF252C0Dfa3d44
Octal215174337455401537275104
Binary1000110111111001101111110010110110001101111110101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,124,223); }

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

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

 a { background-color: rgb(141,124,223); }

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

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

 span { border-color: rgb(141,124,223); }

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