#8D657C

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

Shades of Strikemaster #8D657C

Tints of Strikemaster #8D657C

Color information

#8D657C (or 0x8D657C) is unknown color: approx Strikemaster. HEX triplet: 8D, 65 and 7C. RGB value is (141,101,124). Sum of RGB (Red+Green+Blue) = 141+101+124=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D657C is #729A83. Grayscale: #737373. Windows color (decimal): -7510660 or 8152461. OLE color: 8152461.

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

Color convert

RGB141101124-
CMYK00.280.120.45
HSL325.5º16.53%47.45%-
HSV(B)325.5º28.37%55.29%-
XYZ19.2816.4321.22-
YUV115.58132.75146.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=38.52%
G=27.60%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110112400.280.120.45325.516.5347.45
Hex8D657C01CC2D146112f
Octal21514517403414555062157
Binary1000110111001011111100011100110010110110100011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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