#8D77DE

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

Shades of Medium Purple #8D77DE

Tints of Medium Purple #8D77DE

Color information

#8D77DE (or 0x8D77DE) is unknown color: approx Medium Purple. HEX triplet: 8D, 77 and DE. RGB value is (141,119,222). Sum of RGB (Red+Green+Blue) = 141+119+222=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D77DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D77DE is #728821. Grayscale: #888888. Windows color (decimal): -7505954 or 14579597. OLE color: 14579597.

HSL color Cylindrical-coordinate representation of color #8D77DE: hue angle of 252.82º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D77DE is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141119222-
CMYK0.360.4600.13
HSL252.82º60.95%66.86%-
HSV(B)252.82º46.4%87.06%-
XYZ30.7724.1372.14-
YUV137.32175.79130.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.25%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 222 (87.11% from 255) = 46.06%
R=29.25%
G=24.69%
B=46.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411192220.360.4600.13252.8260.9566.86
Hex8D77DE242E0Dfd3d43
Octal215167336445601537575103
Binary1000110111101111101111010010010111001101111111011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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