#8E73DD

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

Shades of Medium Purple #8E73DD

Tints of Medium Purple #8E73DD

Color information

#8E73DD (or 0x8E73DD) is unknown color: approx Medium Purple. HEX triplet: 8E, 73 and DD. RGB value is (142,115,221). Sum of RGB (Red+Green+Blue) = 142+115+221=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E73DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E73DD is #718C22. Grayscale: #868686. Windows color (decimal): -7441443 or 14513038. OLE color: 14513038.

HSL color Cylindrical-coordinate representation of color #8E73DD: hue angle of 255.28º 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 #8E73DD is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142115221-
CMYK0.360.4800.13
HSL255.28º60.92%65.88%-
HSV(B)255.28º47.96%86.67%-
XYZ30.3423.2371.29-
YUV135.16176.45132.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.71%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=29.71%
G=24.06%
B=46.23%

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
Decimal1421152210.360.4800.13255.2860.9265.88
Hex8E73DD24300Dff3d42
Octal216163335446001537775102
Binary1000111011100111101110110010011000001101111111111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E73DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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