#8F7181

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

Shades of Strikemaster #8F7181

Tints of Strikemaster #8F7181

Color information

#8F7181 (or 0x8F7181) is unknown color: approx Strikemaster. HEX triplet: 8F, 71 and 81. RGB value is (143,113,129). Sum of RGB (Red+Green+Blue) = 143+113+129=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7181 is #708E7E. Grayscale: #7B7B7B. Windows color (decimal): -7376511 or 8483215. OLE color: 8483215.

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

Color convert

RGB143113129-
CMYK00.210.100.44
HSL328º11.81%50.2%-
HSV(B)328º20.98%56.08%-
XYZ21.219.2323.36-
YUV123.79130.94141.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.14%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=37.14%
G=29.35%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311312900.210.100.4432811.8150.2
Hex8F7181015A2C148c32
Octal21716120102512545101462
Binary1000111111100011000000101010110101011001010010001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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