#8F617C

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

Shades of Strikemaster #8F617C

Tints of Strikemaster #8F617C

Color information

#8F617C (or 0x8F617C) is unknown color: approx Strikemaster. HEX triplet: 8F, 61 and 7C. RGB value is (143,97,124). Sum of RGB (Red+Green+Blue) = 143+97+124=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 143 - color contains mainly: red. Hex color #8F617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F617C is #709E83. Grayscale: #717171. Windows color (decimal): -7380612 or 8151439. OLE color: 8151439.

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

Color convert

RGB14397124-
CMYK00.320.130.44
HSL324.78º19.17%47.06%-
HSV(B)324.78º32.17%56.08%-
XYZ19.2415.8421.11-
YUV113.83133.74148.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.29%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=39.29%
G=26.65%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439712400.320.130.44324.7819.1747.06
Hex8F617C020D2C145132f
Octal21714117404015545052357
Binary10001111110000111111000100000110110110010100010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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