#8D387F

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

Shades of Dark Purple #8D387F

Tints of Dark Purple #8D387F

Color information

#8D387F (or 0x8D387F) is unknown color: approx Dark Purple. HEX triplet: 8D, 38 and 7F. RGB value is (141,56,127). Sum of RGB (Red+Green+Blue) = 141+56+127=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D387F is #72C780. Grayscale: #595959. Windows color (decimal): -7522177 or 8337549. OLE color: 8337549.

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

Color convert

RGB14156127-
CMYK00.600.100.45
HSL309.88º43.15%38.63%-
HSV(B)309.88º60.28%55.29%-
XYZ16.2310.0221.16-
YUV89.51149.16164.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 127 (50% from 255) = 39.20%
R=43.52%
G=17.28%
B=39.20%

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
Decimal1415612700.600.100.45309.8843.1538.63
Hex8D387F03CA2D1362b27
Octal2157017707412554665347
Binary10001101111000111111101111001010101101100110110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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