#8D4C79

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

Shades of Strikemaster #8D4C79

Tints of Strikemaster #8D4C79

Color information

#8D4C79 (or 0x8D4C79) is unknown color: approx Strikemaster. HEX triplet: 8D, 4C and 79. RGB value is (141,76,121). Sum of RGB (Red+Green+Blue) = 141+76+121=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4C79 is #72B386. Grayscale: #646464. Windows color (decimal): -7517063 or 7949453. OLE color: 7949453.

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

Color convert

RGB14176121-
CMYK00.460.140.45
HSL318.46º29.95%42.55%-
HSV(B)318.46º46.1%55.29%-
XYZ17.0212.2119.55-
YUV100.56139.53156.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.72%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=41.72%
G=22.49%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417612100.460.140.45318.4629.9542.55
Hex8D4C7902EE2D13e1e2b
Octal21511417105616554763653
Binary10001101100110011110010101110111010110110011111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,76,121); }

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

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

 a { background-color: rgb(141,76,121); }

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

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

 span { border-color: rgb(141,76,121); }

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