#8D1D6D

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

Shades of Dark Purple #8D1D6D

Tints of Dark Purple #8D1D6D

Color information

#8D1D6D (or 0x8D1D6D) is unknown color: approx Dark Purple. HEX triplet: 8D, 1D and 6D. RGB value is (141,29,109). Sum of RGB (Red+Green+Blue) = 141+29+109=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1D6D is #72E292. Grayscale: #474747. Windows color (decimal): -7529107 or 7150989. OLE color: 7150989.

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

Color convert

RGB14129109-
CMYK00.790.230.45
HSL317.14º65.88%33.33%-
HSV(B)317.14º79.43%55.29%-
XYZ14.187.6515.2-
YUV71.61149.11177.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 29 (11.72% from 255) = 10.39%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=50.54%
G=10.39%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412910900.790.230.45317.1465.8833.33
Hex8D1D6D04F172D13d4221
Octal215351550117275547510241
Binary1000110111101110110101001111101111011011001111011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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