#8F5E7A

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

Shades of Strikemaster #8F5E7A

Tints of Strikemaster #8F5E7A

Color information

#8F5E7A (or 0x8F5E7A) is unknown color: approx Strikemaster. HEX triplet: 8F, 5E and 7A. RGB value is (143,94,122). Sum of RGB (Red+Green+Blue) = 143+94+122=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5E7A is #70A185. Grayscale: #6F6F6F. Windows color (decimal): -7381382 or 8019599. OLE color: 8019599.

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

Color convert

RGB14394122-
CMYK00.340.150.44
HSL325.71º20.68%46.47%-
HSV(B)325.71º34.27%56.08%-
XYZ18.8415.2520.36-
YUV111.84133.73150.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.83%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=39.83%
G=26.18%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439412200.340.150.44325.7120.6846.47
Hex8F5E7A022F2C146152e
Octal21713617204217545062556
Binary10001111101111011110100100010111110110010100011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,94,122); }

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

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

 a { background-color: rgb(143,94,122); }

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

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

 span { border-color: rgb(143,94,122); }

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