#8F4879

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

Shades of Strikemaster #8F4879

Tints of Strikemaster #8F4879

Color information

#8F4879 (or 0x8F4879) is unknown color: approx Strikemaster. HEX triplet: 8F, 48 and 79. RGB value is (143,72,121). Sum of RGB (Red+Green+Blue) = 143+72+121=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4879 is #70B786. Grayscale: #626262. Windows color (decimal): -7387015 or 7948431. OLE color: 7948431.

HSL color Cylindrical-coordinate representation of color #8F4879: hue angle of 318.59º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4879 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14372121-
CMYK00.500.150.44
HSL318.59º33.02%42.16%-
HSV(B)318.59º49.65%56.08%-
XYZ17.111.8519.48-
YUV98.81140.52159.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.56%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=42.56%
G=21.43%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437212100.500.150.44318.5933.0242.16
Hex8F4879032F2C13f212a
Octal21711017106217544774152
Binary100011111001000111100101100101111101100100111111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,72,121); }

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

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

 a { background-color: rgb(143,72,121); }

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

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

 span { border-color: rgb(143,72,121); }

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