#8D397F

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

Shades of Dark Purple #8D397F

Tints of Dark Purple #8D397F

Color information

#8D397F (or 0x8D397F) is unknown color: approx Dark Purple. HEX triplet: 8D, 39 and 7F. RGB value is (141,57,127). Sum of RGB (Red+Green+Blue) = 141+57+127=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D397F is #72C680. Grayscale: #595959. Windows color (decimal): -7521921 or 8337805. OLE color: 8337805.

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

Color convert

RGB14157127-
CMYK00.600.100.45
HSL310º42.42%38.82%-
HSV(B)310º59.57%55.29%-
XYZ16.2810.1221.17-
YUV90.1148.83164.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.38%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 127 (50% from 255) = 39.08%
R=43.38%
G=17.54%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415712700.600.100.4531042.4238.82
Hex8D397F03CA2D1362a27
Octal2157117707412554665247
Binary10001101111001111111101111001010101101100110110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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