#8D73E1

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

Shades of Medium Purple #8D73E1

Tints of Medium Purple #8D73E1

Color information

#8D73E1 (or 0x8D73E1) is unknown color: approx Medium Purple. HEX triplet: 8D, 73 and E1. RGB value is (141,115,225). Sum of RGB (Red+Green+Blue) = 141+115+225=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D73E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D73E1 is #728C1E. Grayscale: #868686. Windows color (decimal): -7506975 or 14775181. OLE color: 14775181.

HSL color Cylindrical-coordinate representation of color #8D73E1: hue angle of 254.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D73E1 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB141115225-
CMYK0.370.4900.12
HSL254.18º64.71%66.67%-
HSV(B)254.18º48.89%88.24%-
XYZ30.7123.3674.12-
YUV135.31178.61132.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.31%
GREEN value IS 115 (45.31% from 255) = 23.91%
BLUE value IS 225 (88.28% from 255) = 46.78%
R=29.31%
G=23.91%
B=46.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1411152250.370.4900.12254.1864.7166.67
Hex8D73E125310Cfe4143
Octal2151633414561014376101103
Binary10001101111001111100001100101110001011001111111010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D73E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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