#8F4D78

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

Shades of Strikemaster #8F4D78

Tints of Strikemaster #8F4D78

Color information

#8F4D78 (or 0x8F4D78) is unknown color: approx Strikemaster. HEX triplet: 8F, 4D and 78. RGB value is (143,77,120). Sum of RGB (Red+Green+Blue) = 143+77+120=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4D78 is #70B287. Grayscale: #656565. Windows color (decimal): -7385736 or 7884175. OLE color: 7884175.

HSL color Cylindrical-coordinate representation of color #8F4D78: hue angle of 320.91º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F4D78 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14377120-
CMYK00.460.160.44
HSL320.91º30%43.14%-
HSV(B)320.91º46.15%56.08%-
XYZ17.3712.519.27-
YUV101.64138.37157.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.06%
GREEN value IS 77 (30.47% from 255) = 22.65%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=42.06%
G=22.65%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437712000.460.160.44320.913043.14
Hex8F4D7802E102C1411e2b
Octal21711517005620545013653
Binary100011111001101111100001011101000010110010100000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,77,120); }

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

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

 a { background-color: rgb(143,77,120); }

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

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

 span { border-color: rgb(143,77,120); }

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