#8D577C

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

Shades of Strikemaster #8D577C

Tints of Strikemaster #8D577C

Color information

#8D577C (or 0x8D577C) is unknown color: approx Strikemaster. HEX triplet: 8D, 57 and 7C. RGB value is (141,87,124). Sum of RGB (Red+Green+Blue) = 141+87+124=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D577C is #72A883. Grayscale: #6B6B6B. Windows color (decimal): -7514244 or 8148877. OLE color: 8148877.

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

Color convert

RGB14187124-
CMYK00.380.120.45
HSL318.89º23.68%44.71%-
HSV(B)318.89º38.3%55.29%-
XYZ18.0313.9320.81-
YUV107.36137.39151.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.06%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=40.06%
G=24.72%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418712400.380.120.45318.8923.6844.71
Hex8D577C026C2D13f182d
Octal21512717404614554773055
Binary10001101101011111111000100110110010110110011111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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