#8D5D7F

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

Shades of Strikemaster #8D5D7F

Tints of Strikemaster #8D5D7F

Color information

#8D5D7F (or 0x8D5D7F) is unknown color: approx Strikemaster. HEX triplet: 8D, 5D and 7F. RGB value is (141,93,127). Sum of RGB (Red+Green+Blue) = 141+93+127=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5D7F is #72A280. Grayscale: #6F6F6F. Windows color (decimal): -7512705 or 8347021. OLE color: 8347021.

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

Color convert

RGB14193127-
CMYK00.340.100.45
HSL317.5º20.51%45.88%-
HSV(B)317.5º34.04%55.29%-
XYZ18.7315.0221.99-
YUV111.23136.9149.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.06%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 127 (50% from 255) = 35.18%
R=39.06%
G=25.76%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419312700.340.100.45317.520.5145.88
Hex8D5D7F022A2D13e152e
Octal21513517704212554762556
Binary10001101101110111111110100010101010110110011111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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