#8D637C

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

Shades of Strikemaster #8D637C

Tints of Strikemaster #8D637C

Color information

#8D637C (or 0x8D637C) is unknown color: approx Strikemaster. HEX triplet: 8D, 63 and 7C. RGB value is (141,99,124). Sum of RGB (Red+Green+Blue) = 141+99+124=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D637C is #729C83. Grayscale: #727272. Windows color (decimal): -7511172 or 8151949. OLE color: 8151949.

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

Color convert

RGB14199124-
CMYK00.300.120.45
HSL324.29º17.5%47.06%-
HSV(B)324.29º29.79%55.29%-
XYZ19.0816.0421.16-
YUV114.41133.41146.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=38.74%
G=27.20%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419912400.300.120.45324.2917.547.06
Hex8D637C01EC2D144122f
Octal21514317403614555042257
Binary1000110111000111111100011110110010110110100010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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