#8D4C77

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

Shades of Strikemaster #8D4C77

Tints of Strikemaster #8D4C77

Color information

#8D4C77 (or 0x8D4C77) is unknown color: approx Strikemaster. HEX triplet: 8D, 4C and 77. RGB value is (141,76,119). Sum of RGB (Red+Green+Blue) = 141+76+119=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4C77 is #72B388. Grayscale: #646464. Windows color (decimal): -7517065 or 7818381. OLE color: 7818381.

HSL color Cylindrical-coordinate representation of color #8D4C77: hue angle of 320.31º 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 #8D4C77 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB14176119-
CMYK00.460.160.45
HSL320.31º29.95%42.55%-
HSV(B)320.31º46.1%55.29%-
XYZ16.912.1618.91-
YUV100.34138.53157-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=41.96%
G=22.62%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417611900.460.160.45320.3129.9542.55
Hex8D4C7702E102D1401e2b
Octal21511416705620555003653
Binary100011011001100111011101011101000010110110100000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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