#8D7CDE

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

Shades of Medium Purple #8D7CDE

Tints of Medium Purple #8D7CDE

Color information

#8D7CDE (or 0x8D7CDE) is unknown color: approx Medium Purple. HEX triplet: 8D, 7C and DE. RGB value is (141,124,222). Sum of RGB (Red+Green+Blue) = 141+124+222=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D7CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7CDE is #728321. Grayscale: #8B8B8B. Windows color (decimal): -7504674 or 14580877. OLE color: 14580877.

HSL color Cylindrical-coordinate representation of color #8D7CDE: hue angle of 250.41º degrees, saturation: 0.6, 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 #8D7CDE is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141124222-
CMYK0.360.4400.13
HSL250.41º59.76%67.84%-
HSV(B)250.41º44.14%87.06%-
XYZ31.3825.3572.35-
YUV140.26174.13128.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.95%
GREEN value IS 124 (48.83% from 255) = 25.46%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=28.95%
G=25.46%
B=45.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411242220.360.4400.13250.4159.7667.84
Hex8D7CDE242C0Dfa3c44
Octal215174336445401537274104
Binary1000110111111001101111010010010110001101111110101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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