#8F647C

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

Shades of Strikemaster #8F647C

Tints of Strikemaster #8F647C

Color information

#8F647C (or 0x8F647C) is unknown color: approx Strikemaster. HEX triplet: 8F, 64 and 7C. RGB value is (143,100,124). Sum of RGB (Red+Green+Blue) = 143+100+124=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F647C is #709B83. Grayscale: #737373. Windows color (decimal): -7379844 or 8152207. OLE color: 8152207.

HSL color Cylindrical-coordinate representation of color #8F647C: hue angle of 326.51º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F647C is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB143100124-
CMYK00.300.130.44
HSL326.51º17.7%47.65%-
HSV(B)326.51º30.07%56.08%-
XYZ19.5216.4121.21-
YUV115.59132.75147.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.96%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=38.96%
G=27.25%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310012400.300.130.44326.5117.747.65
Hex8F647C01ED2C1471230
Octal21714417403615545072260
Binary1000111111001001111100011110110110110010100011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,100,124); }

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

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

 a { background-color: rgb(143,100,124); }

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

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

 span { border-color: rgb(143,100,124); }

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