#8D3D7F

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

Shades of Dark Purple #8D3D7F

Tints of Dark Purple #8D3D7F

Color information

#8D3D7F (or 0x8D3D7F) is unknown color: approx Dark Purple. HEX triplet: 8D, 3D and 7F. RGB value is (141,61,127). Sum of RGB (Red+Green+Blue) = 141+61+127=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3D7F is #72C280. Grayscale: #5C5C5C. Windows color (decimal): -7520897 or 8338829. OLE color: 8338829.

HSL color Cylindrical-coordinate representation of color #8D3D7F: hue angle of 310.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3D7F is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB14161127-
CMYK00.570.100.45
HSL310.5º39.6%39.61%-
HSV(B)310.5º56.74%55.29%-
XYZ16.4810.5321.24-
YUV92.44147.5162.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.86%
GREEN value IS 61 (24.22% from 255) = 18.54%
BLUE value IS 127 (50% from 255) = 38.60%
R=42.86%
G=18.54%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416112700.570.100.45310.539.639.61
Hex8D3D7F039A2D1362828
Octal2157517707112554665050
Binary10001101111101111111101110011010101101100110110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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