#8F547F

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

Shades of Strikemaster #8F547F

Tints of Strikemaster #8F547F

Color information

#8F547F (or 0x8F547F) is unknown color: approx Strikemaster. HEX triplet: 8F, 54 and 7F. RGB value is (143,84,127). Sum of RGB (Red+Green+Blue) = 143+84+127=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F547F is #70AB80. Grayscale: #6A6A6A. Windows color (decimal): -7383937 or 8344719. OLE color: 8344719.

HSL color Cylindrical-coordinate representation of color #8F547F: hue angle of 316.27º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F547F is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14384127-
CMYK00.410.110.44
HSL316.27º25.99%44.51%-
HSV(B)316.27º41.26%56.08%-
XYZ18.3313.7121.76-
YUV106.54139.55154-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.40%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 127 (50% from 255) = 35.88%
R=40.40%
G=23.73%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438412700.410.110.44316.2725.9944.51
Hex8F547F029B2C13c1a2d
Octal21712417705113544743255
Binary10001111101010011111110101001101110110010011110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,84,127); }

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

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

 a { background-color: rgb(143,84,127); }

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

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

 span { border-color: rgb(143,84,127); }

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