#8D3D79

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

Shades of Dark Purple #8D3D79

Tints of Dark Purple #8D3D79

Color information

#8D3D79 (or 0x8D3D79) is unknown color: approx Dark Purple. HEX triplet: 8D, 3D and 79. RGB value is (141,61,121). Sum of RGB (Red+Green+Blue) = 141+61+121=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3D79 is #72C286. Grayscale: #5B5B5B. Windows color (decimal): -7520903 or 7945613. OLE color: 7945613.

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

Color convert

RGB14161121-
CMYK00.570.140.45
HSL315º39.6%39.61%-
HSV(B)315º56.74%55.29%-
XYZ16.110.3819.24-
YUV91.76144.5163.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 61 (24.22% from 255) = 18.89%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=43.65%
G=18.89%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416112100.570.140.4531539.639.61
Hex8D3D79039E2D13b2828
Octal2157517107116554735050
Binary10001101111101111100101110011110101101100111011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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