#8D72EC

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

Shades of Medium Purple #8D72EC

Tints of Medium Purple #8D72EC

Color information

#8D72EC (or 0x8D72EC) is unknown color: approx Medium Purple. HEX triplet: 8D, 72 and EC. RGB value is (141,114,236). Sum of RGB (Red+Green+Blue) = 141+114+236=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D72EC is #728D13. Grayscale: #878787. Windows color (decimal): -7507220 or 15495821. OLE color: 15495821.

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

Color convert

RGB141114236-
CMYK0.400.5200.07
HSL253.28º76.25%68.63%-
HSV(B)253.28º51.69%92.55%-
XYZ32.1423.7582.25-
YUV135.98184.45131.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 236 (92.58% from 255) = 48.07%
R=28.72%
G=23.22%
B=48.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411142360.400.5200.07253.2876.2568.63
Hex8D72EC283407fd4c45
Octal215162354506407375114105
Binary1000110111100101110110010100011010001111111110110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D72EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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