#8D5977

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

Shades of Strikemaster #8D5977

Tints of Strikemaster #8D5977

Color information

#8D5977 (or 0x8D5977) is unknown color: approx Strikemaster. HEX triplet: 8D, 59 and 77. RGB value is (141,89,119). Sum of RGB (Red+Green+Blue) = 141+89+119=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5977 is #72A688. Grayscale: #6B6B6B. Windows color (decimal): -7513737 or 7821709. OLE color: 7821709.

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

Color convert

RGB14189119-
CMYK00.370.160.45
HSL325.38º22.61%45.1%-
HSV(B)325.38º36.88%55.29%-
XYZ17.8914.1419.24-
YUV107.97134.23151.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.40%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=40.40%
G=25.50%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418911900.370.160.45325.3822.6145.1
Hex8D5977025102D145172d
Octal21513116704520555052755
Binary100011011011001111011101001011000010110110100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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