#8F547E

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

Shades of Strikemaster #8F547E

Tints of Strikemaster #8F547E

Color information

#8F547E (or 0x8F547E) is unknown color: approx Strikemaster. HEX triplet: 8F, 54 and 7E. RGB value is (143,84,126). Sum of RGB (Red+Green+Blue) = 143+84+126=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F547E is #70AB81. Grayscale: #6A6A6A. Windows color (decimal): -7383938 or 8279183. OLE color: 8279183.

HSL color Cylindrical-coordinate representation of color #8F547E: hue angle of 317.29º 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 #8F547E is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14384126-
CMYK00.410.120.44
HSL317.29º25.99%44.51%-
HSV(B)317.29º41.26%56.08%-
XYZ18.2613.6921.42-
YUV106.43139.05154.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.51%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=40.51%
G=23.80%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438412600.410.120.44317.2925.9944.51
Hex8F547E029C2C13d1a2d
Octal21712417605114544753255
Binary10001111101010011111100101001110010110010011110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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