#8D5DEA

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

Shades of Medium Purple #8D5DEA

Tints of Medium Purple #8D5DEA

Color information

#8D5DEA (or 0x8D5DEA) is unknown color: approx Medium Purple. HEX triplet: 8D, 5D and EA. RGB value is (141,93,234). Sum of RGB (Red+Green+Blue) = 141+93+234=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D5DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5DEA is #72A215. Grayscale: #7A7A7A. Windows color (decimal): -7512598 or 15359373. OLE color: 15359373.

HSL color Cylindrical-coordinate representation of color #8D5DEA: hue angle of 260.43º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D5DEA is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14193234-
CMYK0.400.6000.08
HSL260.43º77.05%64.12%-
HSV(B)260.43º60.26%91.76%-
XYZ29.7519.4380.02-
YUV123.43190.4140.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.13%
GREEN value IS 93 (36.72% from 255) = 19.87%
BLUE value IS 234 (91.80% from 255) = 50%
R=30.13%
G=19.87%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal141932340.400.6000.08260.4377.0564.12
Hex8D5DEA283C081044d40
Octal2151353525074010404115100
Binary100011011011101111010101010001111000100010000010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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