#8D347C

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

Shades of Dark Purple #8D347C

Tints of Dark Purple #8D347C

Color information

#8D347C (or 0x8D347C) is unknown color: approx Dark Purple. HEX triplet: 8D, 34 and 7C. RGB value is (141,52,124). Sum of RGB (Red+Green+Blue) = 141+52+124=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D347C is #72CB83. Grayscale: #565656. Windows color (decimal): -7523204 or 8139917. OLE color: 8139917.

HSL color Cylindrical-coordinate representation of color #8D347C: hue angle of 311.46º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D347C is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB14152124-
CMYK00.630.120.45
HSL311.46º46.11%37.84%-
HSV(B)311.46º63.12%55.29%-
XYZ15.859.5720.08-
YUV86.82148.99166.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=44.48%
G=16.40%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415212400.630.120.45311.4646.1137.84
Hex8D347C03FC2D1372e26
Octal2156417407714554675646
Binary10001101110100111110001111111100101101100110111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,52,124); }

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

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

 a { background-color: rgb(141,52,124); }

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

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

 span { border-color: rgb(141,52,124); }

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