#8D7FDC

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

Shades of Medium Purple #8D7FDC

Tints of Medium Purple #8D7FDC

Color information

#8D7FDC (or 0x8D7FDC) is unknown color: approx Medium Purple. HEX triplet: 8D, 7F and DC. RGB value is (141,127,220). Sum of RGB (Red+Green+Blue) = 141+127+220=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7FDC is #728023. Grayscale: #8D8D8D. Windows color (decimal): -7503908 or 14450573. OLE color: 14450573.

HSL color Cylindrical-coordinate representation of color #8D7FDC: hue angle of 249.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D7FDC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141127220-
CMYK0.360.4200.14
HSL249.03º57.06%68.04%-
HSV(B)249.03º42.27%86.27%-
XYZ31.4926.0171.07-
YUV141.79172.14127.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.89%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=28.89%
G=26.02%
B=45.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411272200.360.4200.14249.0357.0668.04
Hex8D7FDC242A0Ef93944
Octal215177334445201637171104
Binary1000110111111111101110010010010101001110111110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,127,220); }

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

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

 a { background-color: rgb(141,127,220); }

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

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

 span { border-color: rgb(141,127,220); }

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