#8E72D6

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

Shades of Medium Purple #8E72D6

Tints of Medium Purple #8E72D6

Color information

#8E72D6 (or 0x8E72D6) is unknown color: approx Medium Purple. HEX triplet: 8E, 72 and D6. RGB value is (142,114,214). Sum of RGB (Red+Green+Blue) = 142+114+214=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #8E72D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E72D6 is #718D29. Grayscale: #858585. Windows color (decimal): -7441706 or 14054030. OLE color: 14054030.

HSL color Cylindrical-coordinate representation of color #8E72D6: hue angle of 256.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E72D6 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142114214-
CMYK0.340.4700.16
HSL256.8º54.95%64.31%-
HSV(B)256.8º46.73%83.92%-
XYZ29.3122.6466.44-
YUV133.77173.28133.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.21%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 214 (83.98% from 255) = 45.53%
R=30.21%
G=24.26%
B=45.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421142140.340.4700.16256.854.9564.31
Hex8E72D6222F0101013740
Octal216162326425702040167100
Binary100011101110010110101101000101011110100001000000011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E72D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,214); }

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

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

 a { background-color: rgb(142,114,214); }

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

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

 span { border-color: rgb(142,114,214); }

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