#8D5ADD

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

Shades of Medium Purple #8D5ADD

Tints of Medium Purple #8D5ADD

Color information

#8D5ADD (or 0x8D5ADD) is unknown color: approx Medium Purple. HEX triplet: 8D, 5A and DD. RGB value is (141,90,221). Sum of RGB (Red+Green+Blue) = 141+90+221=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D5ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5ADD is #72A522. Grayscale: #777777. Windows color (decimal): -7513379 or 14506637. OLE color: 14506637.

HSL color Cylindrical-coordinate representation of color #8D5ADD: hue angle of 263.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D5ADD is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14190221-
CMYK0.360.5900.13
HSL263.36º65.83%60.98%-
HSV(B)263.36º59.28%86.67%-
XYZ27.6918.270.46-
YUV120.18184.9142.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.19%
GREEN value IS 90 (35.55% from 255) = 19.91%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=31.19%
G=19.91%
B=48.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141902210.360.5900.13263.3665.8360.98
Hex8D5ADD243B0D107423d
Octal215132335447301540710275
Binary10001101101101011011101100100111011011011000001111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,90,221); }

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

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

 a { background-color: rgb(141,90,221); }

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

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

 span { border-color: rgb(141,90,221); }

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