#8D397D

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

Shades of Dark Purple #8D397D

Tints of Dark Purple #8D397D

Color information

#8D397D (or 0x8D397D) is unknown color: approx Dark Purple. HEX triplet: 8D, 39 and 7D. RGB value is (141,57,125). Sum of RGB (Red+Green+Blue) = 141+57+125=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D397D is #72C682. Grayscale: #595959. Windows color (decimal): -7521923 or 8206733. OLE color: 8206733.

HSL color Cylindrical-coordinate representation of color #8D397D: hue angle of 311.43º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D397D is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB14157125-
CMYK00.600.110.45
HSL311.43º42.42%38.82%-
HSV(B)311.43º59.57%55.29%-
XYZ16.1510.0720.49-
YUV89.87147.83164.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 125 (49.22% from 255) = 38.70%
R=43.65%
G=17.65%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415712500.600.110.45311.4342.4238.82
Hex8D397D03CB2D1372a27
Octal2157117507413554675247
Binary10001101111001111110101111001011101101100110111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,125); }

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

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

 a { background-color: rgb(141,57,125); }

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

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

 span { border-color: rgb(141,57,125); }

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