#8D76DE

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

Shades of Medium Purple #8D76DE

Tints of Medium Purple #8D76DE

Color information

#8D76DE (or 0x8D76DE) is unknown color: approx Medium Purple. HEX triplet: 8D, 76 and DE. RGB value is (141,118,222). Sum of RGB (Red+Green+Blue) = 141+118+222=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D76DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76DE is #728921. Grayscale: #888888. Windows color (decimal): -7506210 or 14579341. OLE color: 14579341.

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

Color convert

RGB141118222-
CMYK0.360.4700.13
HSL253.27º61.18%66.67%-
HSV(B)253.27º46.85%87.06%-
XYZ30.6523.8972.1-
YUV136.73176.12131.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.31%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=29.31%
G=24.53%
B=46.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411182220.360.4700.13253.2761.1866.67
Hex8D76DE242F0Dfd3d43
Octal215166336445701537575103
Binary1000110111101101101111010010010111101101111111011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D76DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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