#8D55E9

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

Shades of Medium Purple #8D55E9

Tints of Medium Purple #8D55E9

Color information

#8D55E9 (or 0x8D55E9) is unknown color: approx Medium Purple. HEX triplet: 8D, 55 and E9. RGB value is (141,85,233). Sum of RGB (Red+Green+Blue) = 141+85+233=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #8D55E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D55E9 is #72AA16. Grayscale: #767676. Windows color (decimal): -7514647 or 15291789. OLE color: 15291789.

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

Color convert

RGB14185233-
CMYK0.390.6400.09
HSL262.7º77.08%62.35%-
HSV(B)262.7º63.52%91.37%-
XYZ28.9418.0479.05-
YUV118.62192.55143.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 233 (91.41% from 255) = 50.76%
R=30.72%
G=18.52%
B=50.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal141852330.390.6400.09262.777.0862.35
Hex8D55E92740091074d3e
Octal2151253514710001140711576
Binary100011011010101111010011001111000000010011000001111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D55E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,85,233); }

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

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

 a { background-color: rgb(141,85,233); }

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

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

 span { border-color: rgb(141,85,233); }

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