#8D2980

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

Shades of Dark Purple #8D2980

Tints of Dark Purple #8D2980

Color information

#8D2980 (or 0x8D2980) is unknown color: approx Dark Purple. HEX triplet: 8D, 29 and 80. RGB value is (141,41,128). Sum of RGB (Red+Green+Blue) = 141+41+128=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2980 is #72D67F. Grayscale: #505050. Windows color (decimal): -7526016 or 8399245. OLE color: 8399245.

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

Color convert

RGB14141128-
CMYK00.710.090.45
HSL307.8º54.95%35.69%-
HSV(B)307.8º70.92%55.29%-
XYZ15.678.8121.3-
YUV80.82154.63170.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.48%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=45.48%
G=13.23%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414112800.710.090.45307.854.9535.69
Hex8D298004792D1343724
Octal21551200010711554646744
Binary1000110110100110000000010001111001101101100110100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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