#8D3379

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

Shades of Dark Purple #8D3379

Tints of Dark Purple #8D3379

Color information

#8D3379 (or 0x8D3379) is unknown color: approx Dark Purple. HEX triplet: 8D, 33 and 79. RGB value is (141,51,121). Sum of RGB (Red+Green+Blue) = 141+51+121=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3379 is #72CC86. Grayscale: #555555. Windows color (decimal): -7523463 or 7943053. OLE color: 7943053.

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

Color convert

RGB14151121-
CMYK00.640.140.45
HSL313.33º46.88%37.65%-
HSV(B)313.33º63.83%55.29%-
XYZ15.629.4119.08-
YUV85.89147.82167.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=45.05%
G=16.29%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415112100.640.140.45313.3346.8837.65
Hex8D3379040E2D1392f26
Octal21563171010016554715746
Binary100011011100111111001010000001110101101100111001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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