#8D76D9

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

Shades of Medium Purple #8D76D9

Tints of Medium Purple #8D76D9

Color information

#8D76D9 (or 0x8D76D9) is unknown color: approx Medium Purple. HEX triplet: 8D, 76 and D9. RGB value is (141,118,217). Sum of RGB (Red+Green+Blue) = 141+118+217=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #8D76D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76D9 is #728926. Grayscale: #878787. Windows color (decimal): -7506215 or 14251661. OLE color: 14251661.

HSL color Cylindrical-coordinate representation of color #8D76D9: hue angle of 253.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D76D9 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB141118217-
CMYK0.350.4600.15
HSL253.94º56.57%65.69%-
HSV(B)253.94º45.62%85.1%-
XYZ29.9923.6368.63-
YUV136.16173.62131.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 217 (85.16% from 255) = 45.59%
R=29.62%
G=24.79%
B=45.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411182170.350.4600.15253.9456.5765.69
Hex8D76D9232E0Ffe3942
Octal215166331435601737671102
Binary1000110111101101101100110001110111001111111111101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D76D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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