#8D53E1

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

Shades of Medium Purple #8D53E1

Tints of Medium Purple #8D53E1

Color information

#8D53E1 (or 0x8D53E1) is unknown color: approx Medium Purple. HEX triplet: 8D, 53 and E1. RGB value is (141,83,225). Sum of RGB (Red+Green+Blue) = 141+83+225=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D53E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D53E1 is #72AC1E. Grayscale: #747474. Windows color (decimal): -7515167 or 14766989. OLE color: 14766989.

HSL color Cylindrical-coordinate representation of color #8D53E1: hue angle of 264.51º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D53E1 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14183225-
CMYK0.370.6300.12
HSL264.51º70.3%60.39%-
HSV(B)264.51º63.11%88.24%-
XYZ27.6717.2973.11-
YUV116.53189.22145.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 83 (32.81% from 255) = 18.49%
BLUE value IS 225 (88.28% from 255) = 50.11%
R=31.40%
G=18.49%
B=50.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141832250.370.6300.12264.5170.360.39
Hex8D53E1253F0C109463c
Octal215123341457701441110674
Binary10001101101001111100001100101111111011001000010011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D53E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,83,225); }

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

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

 a { background-color: rgb(141,83,225); }

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

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

 span { border-color: rgb(141,83,225); }

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