#8D73E5

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

Shades of Medium Purple #8D73E5

Tints of Medium Purple #8D73E5

Color information

#8D73E5 (or 0x8D73E5) is unknown color: approx Medium Purple. HEX triplet: 8D, 73 and E5. RGB value is (141,115,229). Sum of RGB (Red+Green+Blue) = 141+115+229=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #8D73E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D73E5 is #728C1A. Grayscale: #878787. Windows color (decimal): -7506971 or 15037325. OLE color: 15037325.

HSL color Cylindrical-coordinate representation of color #8D73E5: hue angle of 253.68º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D73E5 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB141115229-
CMYK0.380.5000.10
HSL253.68º68.67%67.45%-
HSV(B)253.68º49.78%89.8%-
XYZ31.2623.5877.03-
YUV135.77180.61131.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 229 (89.84% from 255) = 47.22%
R=29.07%
G=23.71%
B=47.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1411152290.380.5000.10253.6868.6767.45
Hex8D73E526320Afe4543
Octal2151633454662012376105103
Binary10001101111001111100101100110110010010101111111010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D73E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,115,229); }

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

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

 a { background-color: rgb(141,115,229); }

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

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

 span { border-color: rgb(141,115,229); }

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