#8D76EC

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

Shades of Medium Purple #8D76EC

Tints of Medium Purple #8D76EC

Color information

#8D76EC (or 0x8D76EC) is unknown color: approx Medium Purple. HEX triplet: 8D, 76 and EC. RGB value is (141,118,236). Sum of RGB (Red+Green+Blue) = 141+118+236=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D76EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D76EC is #728913. Grayscale: #898989. Windows color (decimal): -7506196 or 15496845. OLE color: 15496845.

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

Color convert

RGB141118236-
CMYK0.400.500.07
HSL251.69º75.64%69.41%-
HSV(B)251.69º50%92.55%-
XYZ32.624.6882.4-
YUV138.33183.12129.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.48%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 236 (92.58% from 255) = 47.68%
R=28.48%
G=23.84%
B=47.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411182360.400.500.07251.6975.6469.41
Hex8D76EC283207fc4c45
Octal215166354506207374114105
Binary1000110111101101110110010100011001001111111110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D76EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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