#8F4C77

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

Shades of Strikemaster #8F4C77

Tints of Strikemaster #8F4C77

Color information

#8F4C77 (or 0x8F4C77) is unknown color: approx Strikemaster. HEX triplet: 8F, 4C and 77. RGB value is (143,76,119). Sum of RGB (Red+Green+Blue) = 143+76+119=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4C77 is #70B388. Grayscale: #646464. Windows color (decimal): -7385993 or 7818383. OLE color: 7818383.

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

Color convert

RGB14376119-
CMYK00.470.170.44
HSL321.49º30.59%42.94%-
HSV(B)321.49º46.85%56.08%-
XYZ17.2412.3418.93-
YUV100.94138.2158-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.31%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=42.31%
G=22.49%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437611900.470.170.44321.4930.5942.94
Hex8F4C7702F112C1411f2b
Octal21711416705721545013753
Binary100011111001100111011101011111000110110010100000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,76,119); }

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

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

 a { background-color: rgb(143,76,119); }

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

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

 span { border-color: rgb(143,76,119); }

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