#8F6D7E

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

Shades of Strikemaster #8F6D7E

Tints of Strikemaster #8F6D7E

Color information

#8F6D7E (or 0x8F6D7E) is unknown color: approx Strikemaster. HEX triplet: 8F, 6D and 7E. RGB value is (143,109,126). Sum of RGB (Red+Green+Blue) = 143+109+126=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6D7E is #709281. Grayscale: #797979. Windows color (decimal): -7377538 or 8285583. OLE color: 8285583.

HSL color Cylindrical-coordinate representation of color #8F6D7E: hue angle of 330º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F6D7E is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB143109126-
CMYK00.240.120.44
HSL330º13.49%49.41%-
HSV(B)330º23.78%56.08%-
XYZ20.5618.2822.18-
YUV121.1130.76143.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.83%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=37.83%
G=28.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310912600.240.120.4433013.4949.41
Hex8F6D7E018C2C14ad31
Octal21715517603014545121561
Binary100011111101101111111001100011001011001010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,109,126); }

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

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

 a { background-color: rgb(143,109,126); }

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

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

 span { border-color: rgb(143,109,126); }

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