#8E71DA

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

Shades of Medium Purple #8E71DA

Tints of Medium Purple #8E71DA

Color information

#8E71DA (or 0x8E71DA) is unknown color: approx Medium Purple. HEX triplet: 8E, 71 and DA. RGB value is (142,113,218). Sum of RGB (Red+Green+Blue) = 142+113+218=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E71DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E71DA is #718E25. Grayscale: #858585. Windows color (decimal): -7441958 or 14315918. OLE color: 14315918.

HSL color Cylindrical-coordinate representation of color #8E71DA: hue angle of 256.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E71DA is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142113218-
CMYK0.350.4800.15
HSL256.57º58.66%64.9%-
HSV(B)256.57º48.17%85.49%-
XYZ29.7222.6269.13-
YUV133.64175.61133.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 113 (44.53% from 255) = 23.89%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=30.02%
G=23.89%
B=46.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421132180.350.4800.15256.5758.6664.9
Hex8E71DA23300F1013b41
Octal216161332436001740173101
Binary10001110111000111011010100011110000011111000000011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E71DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,218); }

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

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

 a { background-color: rgb(142,113,218); }

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

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

 span { border-color: rgb(142,113,218); }

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