#8D64EA

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

Shades of Medium Purple #8D64EA

Tints of Medium Purple #8D64EA

Color information

#8D64EA (or 0x8D64EA) is unknown color: approx Medium Purple. HEX triplet: 8D, 64 and EA. RGB value is (141,100,234). Sum of RGB (Red+Green+Blue) = 141+100+234=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D64EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D64EA is #729B15. Grayscale: #7F7F7F. Windows color (decimal): -7510806 or 15361165. OLE color: 15361165.

HSL color Cylindrical-coordinate representation of color #8D64EA: hue angle of 258.36º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D64EA is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141100234-
CMYK0.400.5700.08
HSL258.36º76.14%65.49%-
HSV(B)258.36º57.26%91.76%-
XYZ30.3920.7280.24-
YUV127.54188.08137.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.68%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 234 (91.80% from 255) = 49.26%
R=29.68%
G=21.05%
B=49.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411002340.400.5700.08258.3676.1465.49
Hex8D64EA2839081024c41
Octal2151443525071010402114101
Binary100011011100100111010101010001110010100010000001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D64EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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