#8D316F

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

Shades of Dark Purple #8D316F

Tints of Dark Purple #8D316F

Color information

#8D316F (or 0x8D316F) is unknown color: approx Dark Purple. HEX triplet: 8D, 31 and 6F. RGB value is (141,49,111). Sum of RGB (Red+Green+Blue) = 141+49+111=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D316F is #72CE90. Grayscale: #535353. Windows color (decimal): -7523985 or 7287181. OLE color: 7287181.

HSL color Cylindrical-coordinate representation of color #8D316F: hue angle of 319.57º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D316F is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14149111-
CMYK00.650.210.45
HSL319.57º48.42%37.25%-
HSV(B)319.57º65.25%55.29%-
XYZ14.959.0115.99-
YUV83.58143.48168.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 49 (19.53% from 255) = 16.28%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=46.84%
G=16.28%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414911100.650.210.45319.5748.4237.25
Hex8D316F041152D1403025
Octal21561157010125555006045
Binary1000110111000111011110100000110101101101101000000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,49,111); }

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

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

 a { background-color: rgb(141,49,111); }

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

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

 span { border-color: rgb(141,49,111); }

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