#8D376E

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

Shades of Dark Purple #8D376E

Tints of Dark Purple #8D376E

Color information

#8D376E (or 0x8D376E) is unknown color: approx Dark Purple. HEX triplet: 8D, 37 and 6E. RGB value is (141,55,110). Sum of RGB (Red+Green+Blue) = 141+55+110=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D376E is #72C891. Grayscale: #565656. Windows color (decimal): -7522450 or 7223181. OLE color: 7223181.

HSL color Cylindrical-coordinate representation of color #8D376E: hue angle of 321.63º 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 #8D376E is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB14155110-
CMYK00.610.220.45
HSL321.63º43.88%38.43%-
HSV(B)321.63º60.99%55.29%-
XYZ15.179.5215.79-
YUV86.98140.99166.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.08%
GREEN value IS 55 (21.88% from 255) = 17.97%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=46.08%
G=17.97%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415511000.610.220.45321.6343.8838.43
Hex8D376E03D162D1422c26
Octal2156715607526555025446
Binary100011011101111101110011110110110101101101000010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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