#8D2080

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

Shades of Dark Purple #8D2080

Tints of Dark Purple #8D2080

Color information

#8D2080 (or 0x8D2080) is unknown color: approx Dark Purple. HEX triplet: 8D, 20 and 80. RGB value is (141,32,128). Sum of RGB (Red+Green+Blue) = 141+32+128=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2080 is #72DF7F. Grayscale: #4B4B4B. Windows color (decimal): -7528320 or 8396941. OLE color: 8396941.

HSL color Cylindrical-coordinate representation of color #8D2080: hue angle of 307.16º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2080 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB14132128-
CMYK00.770.090.45
HSL307.16º63.01%33.92%-
HSV(B)307.16º77.3%55.29%-
XYZ15.48.2521.2-
YUV75.54157.61174.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 32 (12.89% from 255) = 10.63%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=46.84%
G=10.63%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413212800.770.090.45307.1663.0133.92
Hex8D208004D92D1333f22
Octal21540200011511554637742
Binary1000110110000010000000010011011001101101100110011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,32,128); }

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

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

 a { background-color: rgb(141,32,128); }

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

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

 span { border-color: rgb(141,32,128); }

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