#8D57E8

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

Shades of Medium Purple #8D57E8

Tints of Medium Purple #8D57E8

Color information

#8D57E8 (or 0x8D57E8) is unknown color: approx Medium Purple. HEX triplet: 8D, 57 and E8. RGB value is (141,87,232). Sum of RGB (Red+Green+Blue) = 141+87+232=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #8D57E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D57E8 is #72A817. Grayscale: #777777. Windows color (decimal): -7514136 or 15226765. OLE color: 15226765.

HSL color Cylindrical-coordinate representation of color #8D57E8: hue angle of 262.34º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D57E8 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14187232-
CMYK0.390.6200.09
HSL262.34º75.92%62.55%-
HSV(B)262.34º62.5%90.98%-
XYZ28.9618.3178.35-
YUV119.68191.39143.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.65%
GREEN value IS 87 (34.38% from 255) = 18.91%
BLUE value IS 232 (91.02% from 255) = 50.43%
R=30.65%
G=18.91%
B=50.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal141872320.390.6200.09262.3475.9262.55
Hex8D57E8273E091064c3f
Octal215127350477601140611477
Binary10001101101011111101000100111111110010011000001101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D57E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,87,232); }

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

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

 a { background-color: rgb(141,87,232); }

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

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

 span { border-color: rgb(141,87,232); }

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