#8E72DD

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

Shades of Medium Purple #8E72DD

Tints of Medium Purple #8E72DD

Color information

#8E72DD (or 0x8E72DD) is unknown color: approx Medium Purple. HEX triplet: 8E, 72 and DD. RGB value is (142,114,221). Sum of RGB (Red+Green+Blue) = 142+114+221=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E72DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E72DD is #718D22. Grayscale: #868686. Windows color (decimal): -7441699 or 14512782. OLE color: 14512782.

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

Color convert

RGB142114221-
CMYK0.360.4800.13
HSL255.7º61.14%65.69%-
HSV(B)255.7º48.42%86.67%-
XYZ30.2223.0171.25-
YUV134.57176.78133.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 114 (44.92% from 255) = 23.90%
BLUE value IS 221 (86.72% from 255) = 46.33%
R=29.77%
G=23.90%
B=46.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421142210.360.4800.13255.761.1465.69
Hex8E72DD24300D1003d42
Octal216162335446001540075102
Binary10001110111001011011101100100110000011011000000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E72DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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