#8D71EB

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

Shades of Medium Purple #8D71EB

Tints of Medium Purple #8D71EB

Color information

#8D71EB (or 0x8D71EB) is unknown color: approx Medium Purple. HEX triplet: 8D, 71 and EB. RGB value is (141,113,235). Sum of RGB (Red+Green+Blue) = 141+113+235=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D71EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D71EB is #728E14. Grayscale: #868686. Windows color (decimal): -7507477 or 15430029. OLE color: 15430029.

HSL color Cylindrical-coordinate representation of color #8D71EB: hue angle of 253.77º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D71EB is Cyan = 0.4, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141113235-
CMYK0.40.5200.08
HSL253.77º75.31%68.24%-
HSV(B)253.77º51.91%92.16%-
XYZ31.8923.4781.45-
YUV135.28184.28132.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.83%
GREEN value IS 113 (44.53% from 255) = 23.11%
BLUE value IS 235 (92.19% from 255) = 48.06%
R=28.83%
G=23.11%
B=48.06%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411132350.40.5200.08253.7775.3168.24
Hex8D71EB283408fe4b44
Octal2151613535064010376113104
Binary10001101111000111101011101000110100010001111111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D71EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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