#8D77E1

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

Shades of Medium Purple #8D77E1

Tints of Medium Purple #8D77E1

Color information

#8D77E1 (or 0x8D77E1) is unknown color: approx Medium Purple. HEX triplet: 8D, 77 and E1. RGB value is (141,119,225). Sum of RGB (Red+Green+Blue) = 141+119+225=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D77E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D77E1 is #72881E. Grayscale: #898989. Windows color (decimal): -7505951 or 14776205. OLE color: 14776205.

HSL color Cylindrical-coordinate representation of color #8D77E1: hue angle of 252.45º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D77E1 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB141119225-
CMYK0.370.4700.12
HSL252.45º63.86%67.45%-
HSV(B)252.45º47.11%88.24%-
XYZ31.1724.2974.28-
YUV137.66177.29130.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 225 (88.28% from 255) = 46.39%
R=29.07%
G=24.54%
B=46.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1411192250.370.4700.12252.4563.8667.45
Hex8D77E1252F0Cfc4043
Octal2151673414557014374100103
Binary10001101111011111100001100101101111011001111110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D77E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,119,225); }

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

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

 a { background-color: rgb(141,119,225); }

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

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

 span { border-color: rgb(141,119,225); }

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