#8D71D4

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

Shades of Medium Purple #8D71D4

Tints of Medium Purple #8D71D4

Color information

#8D71D4 (or 0x8D71D4) is unknown color: approx Medium Purple. HEX triplet: 8D, 71 and D4. RGB value is (141,113,212). Sum of RGB (Red+Green+Blue) = 141+113+212=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #8D71D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71D4 is #728E2B. Grayscale: #848484. Windows color (decimal): -7507500 or 13922701. OLE color: 13922701.

HSL color Cylindrical-coordinate representation of color #8D71D4: hue angle of 256.97º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D71D4 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB141113212-
CMYK0.330.4700.17
HSL256.97º53.51%63.73%-
HSV(B)256.97º46.7%83.14%-
XYZ28.7722.2365.06-
YUV132.66172.78133.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.26%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 212 (83.20% from 255) = 45.49%
R=30.26%
G=24.25%
B=45.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1411132120.330.4700.17256.9753.5163.73
Hex8D71D4212F0111013640
Octal215161324415702140166100
Binary100011011110001110101001000011011110100011000000011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D71D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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