#8d71dc

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

Shades of Medium Purple #8D71DC

Tints of Medium Purple #8D71DC

Color information

#8D71DC (or 0x8D71DC) is unknown color: approx Medium Purple. HEX triplet: 8D, 71 and DC. RGB value is (141,113,220). Sum of RGB (Red+Green+Blue) = 141+113+220=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D71DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71DC is #728E23. Grayscale: #858585. Windows color (decimal): -7507492 or 14446989. OLE color: 14446989.

HSL color Cylindrical-coordinate representation of color #8D71DC: hue angle of 255.7º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D71DC is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141113220-
CMYK0.360.4900.14
HSL255.7º60.45%65.29%-
HSV(B)255.7º48.64%86.27%-
XYZ29.8122.6470.51-
YUV133.57176.78133.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 220 (86.33% from 255) = 46.41%
R=29.75%
G=23.84%
B=46.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411132200.360.4900.14255.760.4565.29
Hex8D71DC24310E1003c41
Octal215161334446101640074101
Binary10001101111000111011100100100110001011101000000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d71dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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