#8D4079

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

Shades of Dark Purple #8D4079

Tints of Dark Purple #8D4079

Color information

#8D4079 (or 0x8D4079) is unknown color: approx Dark Purple. HEX triplet: 8D, 40 and 79. RGB value is (141,64,121). Sum of RGB (Red+Green+Blue) = 141+64+121=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4079 is #72BF86. Grayscale: #5D5D5D. Windows color (decimal): -7520135 or 7946381. OLE color: 7946381.

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

Color convert

RGB14164121-
CMYK00.550.140.45
HSL315.58º37.56%40.2%-
HSV(B)315.58º54.61%55.29%-
XYZ16.2710.7119.3-
YUV93.52143.51161.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.25%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=43.25%
G=19.63%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416412100.550.140.45315.5837.5640.2
Hex8D4079037E2D13c2628
Octal21510017106716554744650
Binary100011011000000111100101101111110101101100111100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,121); }

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

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

 a { background-color: rgb(141,64,121); }

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

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

 span { border-color: rgb(141,64,121); }

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