#8D577F

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

Shades of Strikemaster #8D577F

Tints of Strikemaster #8D577F

Color information

#8D577F (or 0x8D577F) is unknown color: approx Strikemaster. HEX triplet: 8D, 57 and 7F. RGB value is (141,87,127). Sum of RGB (Red+Green+Blue) = 141+87+127=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D577F is #72A880. Grayscale: #6B6B6B. Windows color (decimal): -7514241 or 8345485. OLE color: 8345485.

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

Color convert

RGB14187127-
CMYK00.380.100.45
HSL315.56º23.68%44.71%-
HSV(B)315.56º38.3%55.29%-
XYZ18.2214.0121.82-
YUV107.71138.89151.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 127 (50% from 255) = 35.77%
R=39.72%
G=24.51%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418712700.380.100.45315.5623.6844.71
Hex8D577F026A2D13c182d
Octal21512717704612554743055
Binary10001101101011111111110100110101010110110011110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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