#8D76D6

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

Shades of Medium Purple #8D76D6

Tints of Medium Purple #8D76D6

Color information

#8D76D6 (or 0x8D76D6) is unknown color: approx Medium Purple. HEX triplet: 8D, 76 and D6. RGB value is (141,118,214). Sum of RGB (Red+Green+Blue) = 141+118+214=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #8D76D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76D6 is #728929. Grayscale: #878787. Windows color (decimal): -7506218 or 14055053. OLE color: 14055053.

HSL color Cylindrical-coordinate representation of color #8D76D6: hue angle of 254.38º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D76D6 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB141118214-
CMYK0.340.4500.16
HSL254.38º53.93%65.1%-
HSV(B)254.38º44.86%83.92%-
XYZ29.623.4766.59-
YUV135.82172.12131.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.81%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 214 (83.98% from 255) = 45.24%
R=29.81%
G=24.95%
B=45.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1411182140.340.4500.16254.3853.9365.1
Hex8D76D6222D010fe3641
Octal215166326425502037666101
Binary10001101111011011010110100010101101010000111111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D76D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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