#8D71E3

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

Shades of Medium Purple #8D71E3

Tints of Medium Purple #8D71E3

Color information

#8D71E3 (or 0x8D71E3) is unknown color: approx Medium Purple. HEX triplet: 8D, 71 and E3. RGB value is (141,113,227). Sum of RGB (Red+Green+Blue) = 141+113+227=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 227 - color contains mainly: blue. Hex color #8D71E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71E3 is #728E1C. Grayscale: #858585. Windows color (decimal): -7507485 or 14905741. OLE color: 14905741.

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

Color convert

RGB141113227-
CMYK0.380.5000.11
HSL254.74º67.06%66.67%-
HSV(B)254.74º50.22%89.02%-
XYZ30.7523.0275.5-
YUV134.37180.28132.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.31%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 227 (89.06% from 255) = 47.19%
R=29.31%
G=23.49%
B=47.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1411132270.380.5000.11254.7467.0666.67
Hex8D71E326320Bff4343
Octal2151613434662013377103103
Binary10001101111000111100011100110110010010111111111110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D71E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,113,227); }

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

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

 a { background-color: rgb(141,113,227); }

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

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

 span { border-color: rgb(141,113,227); }

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