#8D64E0

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

Shades of Medium Purple #8D64E0

Tints of Medium Purple #8D64E0

Color information

#8D64E0 (or 0x8D64E0) is unknown color: approx Medium Purple. HEX triplet: 8D, 64 and E0. RGB value is (141,100,224). Sum of RGB (Red+Green+Blue) = 141+100+224=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D64E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D64E0 is #729B1F. Grayscale: #7D7D7D. Windows color (decimal): -7510816 or 14705805. OLE color: 14705805.

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

Color convert

RGB141100224-
CMYK0.370.5500.12
HSL259.84º66.67%63.53%-
HSV(B)259.84º55.36%87.84%-
XYZ2920.1672.88-
YUV126.4183.08138.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.32%
GREEN value IS 100 (39.45% from 255) = 21.51%
BLUE value IS 224 (87.89% from 255) = 48.17%
R=30.32%
G=21.51%
B=48.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1411002240.370.5500.12259.8466.6763.53
Hex8D64E025370C1044340
Octal2151443404567014404103100
Binary100011011100100111000001001011101110110010000010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D64E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,100,224); }

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

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

 a { background-color: rgb(141,100,224); }

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

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

 span { border-color: rgb(141,100,224); }

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