#8F7081

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

Shades of Strikemaster #8F7081

Tints of Strikemaster #8F7081

Color information

#8F7081 (or 0x8F7081) is unknown color: approx Strikemaster. HEX triplet: 8F, 70 and 81. RGB value is (143,112,129). Sum of RGB (Red+Green+Blue) = 143+112+129=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7081 is #708F7E. Grayscale: #7B7B7B. Windows color (decimal): -7376767 or 8482959. OLE color: 8482959.

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

Color convert

RGB143112129-
CMYK00.220.100.44
HSL327.1º12.16%50%-
HSV(B)327.1º21.68%56.08%-
XYZ21.0819.0123.33-
YUV123.21131.27142.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.24%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 129 (50.78% from 255) = 33.59%
R=37.24%
G=29.17%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311212900.220.100.44327.112.1650
Hex8F7081016A2C147c32
Octal21716020102612545071462
Binary1000111111100001000000101011010101011001010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,112,129); }

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

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

 a { background-color: rgb(143,112,129); }

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

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

 span { border-color: rgb(143,112,129); }

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