#8D376D

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

Shades of Dark Purple #8D376D

Tints of Dark Purple #8D376D

Color information

#8D376D (or 0x8D376D) is unknown color: approx Dark Purple. HEX triplet: 8D, 37 and 6D. RGB value is (141,55,109). Sum of RGB (Red+Green+Blue) = 141+55+109=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D376D is #72C892. Grayscale: #565656. Windows color (decimal): -7522451 or 7157645. OLE color: 7157645.

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

Color convert

RGB14155109-
CMYK00.610.230.45
HSL322.33º43.88%38.43%-
HSV(B)322.33º60.99%55.29%-
XYZ15.119.515.51-
YUV86.87140.49166.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.23%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=46.23%
G=18.03%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415510900.610.230.45322.3343.8838.43
Hex8D376D03D172D1422c26
Octal2156715507527555025446
Binary100011011101111101101011110110111101101101000010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,55,109); }

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

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

 a { background-color: rgb(141,55,109); }

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

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

 span { border-color: rgb(141,55,109); }

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