#8F6E85

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

Shades of Strikemaster #8F6E85

Tints of Strikemaster #8F6E85

Color information

#8F6E85 (or 0x8F6E85) is unknown color: approx Strikemaster. HEX triplet: 8F, 6E and 85. RGB value is (143,110,133). Sum of RGB (Red+Green+Blue) = 143+110+133=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6E85 is #70917A. Grayscale: #7A7A7A. Windows color (decimal): -7377275 or 8744591. OLE color: 8744591.

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

Color convert

RGB143110133-
CMYK00.230.070.44
HSL318.18º13.04%49.61%-
HSV(B)318.18º23.08%56.08%-
XYZ21.1418.6824.68-
YUV122.49133.93142.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.05%
GREEN value IS 110 (43.36% from 255) = 28.50%
BLUE value IS 133 (52.34% from 255) = 34.46%
R=37.05%
G=28.50%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311013300.230.070.44318.1813.0449.61
Hex8F6E8501772C13ed32
Octal2171562050277544761562
Binary100011111101110100001010101111111011001001111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,110,133); }

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

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

 a { background-color: rgb(143,110,133); }

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

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

 span { border-color: rgb(143,110,133); }

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