#8F547C

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

Shades of Strikemaster #8F547C

Tints of Strikemaster #8F547C

Color information

#8F547C (or 0x8F547C) is unknown color: approx Strikemaster. HEX triplet: 8F, 54 and 7C. RGB value is (143,84,124). Sum of RGB (Red+Green+Blue) = 143+84+124=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F547C is #70AB83. Grayscale: #6A6A6A. Windows color (decimal): -7383940 or 8148111. OLE color: 8148111.

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

Color convert

RGB14384124-
CMYK00.410.130.44
HSL319.32º25.99%44.51%-
HSV(B)319.32º41.26%56.08%-
XYZ18.1413.6420.74-
YUV106.2138.05154.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.74%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=40.74%
G=23.93%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438412400.410.130.44319.3225.9944.51
Hex8F547C029D2C13f1a2d
Octal21712417405115544773255
Binary10001111101010011111000101001110110110010011111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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