#8D417C

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

Shades of Dark Purple #8D417C

Tints of Dark Purple #8D417C

Color information

#8D417C (or 0x8D417C) is unknown color: approx Dark Purple. HEX triplet: 8D, 41 and 7C. RGB value is (141,65,124). Sum of RGB (Red+Green+Blue) = 141+65+124=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D417C is #72BE83. Grayscale: #5E5E5E. Windows color (decimal): -7519876 or 8143245. OLE color: 8143245.

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

Color convert

RGB14165124-
CMYK00.540.120.45
HSL313.42º36.89%40.39%-
HSV(B)313.42º53.9%55.29%-
XYZ16.5110.920.3-
YUV94.45144.68161.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=42.73%
G=19.70%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416512400.540.120.45313.4236.8940.39
Hex8D417C036C2D1392528
Octal21510117406614554714550
Binary100011011000001111110001101101100101101100111001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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