#8D60EC

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

Shades of Medium Purple #8D60EC

Tints of Medium Purple #8D60EC

Color information

#8D60EC (or 0x8D60EC) is unknown color: approx Medium Purple. HEX triplet: 8D, 60 and EC. RGB value is (141,96,236). Sum of RGB (Red+Green+Blue) = 141+96+236=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D60EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D60EC is #729F13. Grayscale: #7C7C7C. Windows color (decimal): -7511828 or 15491213. OLE color: 15491213.

HSL color Cylindrical-coordinate representation of color #8D60EC: hue angle of 259.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D60EC is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14196236-
CMYK0.400.5900.07
HSL259.29º78.65%65.1%-
HSV(B)259.29º59.32%92.55%-
XYZ30.3120.0881.64-
YUV125.42190.41139.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.81%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 236 (92.58% from 255) = 49.89%
R=29.81%
G=20.30%
B=49.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141962360.400.5900.07259.2978.6565.1
Hex8D60EC283B071034f41
Octal215140354507307403117101
Binary10001101110000011101100101000111011011110000001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D60EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,96,236); }

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

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

 a { background-color: rgb(141,96,236); }

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

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

 span { border-color: rgb(141,96,236); }

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