#8E71DD

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

Shades of Medium Purple #8E71DD

Tints of Medium Purple #8E71DD

Color information

#8E71DD (or 0x8E71DD) is unknown color: approx Medium Purple. HEX triplet: 8E, 71 and DD. RGB value is (142,113,221). Sum of RGB (Red+Green+Blue) = 142+113+221=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E71DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E71DD is #718E22. Grayscale: #858585. Windows color (decimal): -7441955 or 14512526. OLE color: 14512526.

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

Color convert

RGB142113221-
CMYK0.360.4900.13
HSL256.11º61.36%65.49%-
HSV(B)256.11º48.87%86.67%-
XYZ30.1122.7871.22-
YUV133.98177.11133.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 113 (44.53% from 255) = 23.74%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=29.83%
G=23.74%
B=46.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421132210.360.4900.13256.1161.3665.49
Hex8E71DD24310D1003d41
Octal216161335446101540075101
Binary10001110111000111011101100100110001011011000000001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E71DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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