#8D2971

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

Shades of Dark Purple #8D2971

Tints of Dark Purple #8D2971

Color information

#8D2971 (or 0x8D2971) is unknown color: approx Dark Purple. HEX triplet: 8D, 29 and 71. RGB value is (141,41,113). Sum of RGB (Red+Green+Blue) = 141+41+113=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2971 is #72D68E. Grayscale: #4E4E4E. Windows color (decimal): -7526031 or 7416205. OLE color: 7416205.

HSL color Cylindrical-coordinate representation of color #8D2971: hue angle of 316.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 #8D2971 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB14141113-
CMYK00.710.200.45
HSL316.8º54.95%35.69%-
HSV(B)316.8º70.92%55.29%-
XYZ14.768.4416.47-
YUV79.11147.13172.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.80%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=47.80%
G=13.90%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414111300.710.200.45316.854.9535.69
Hex8D2971047142D13d3724
Octal21551161010724554756744
Binary1000110110100111100010100011110100101101100111101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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