#8F6E7B

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

Shades of Strikemaster #8F6E7B

Tints of Strikemaster #8F6E7B

Color information

#8F6E7B (or 0x8F6E7B) is unknown color: approx Strikemaster. HEX triplet: 8F, 6E and 7B. RGB value is (143,110,123). Sum of RGB (Red+Green+Blue) = 143+110+123=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6E7B is #709184. Grayscale: #797979. Windows color (decimal): -7377285 or 8089231. OLE color: 8089231.

HSL color Cylindrical-coordinate representation of color #8F6E7B: hue angle of 336.36º 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 #8F6E7B is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB143110123-
CMYK00.230.140.44
HSL336.36º13.04%49.61%-
HSV(B)336.36º23.08%56.08%-
XYZ20.4818.4221.22-
YUV121.35128.93143.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.03%
GREEN value IS 110 (43.36% from 255) = 29.26%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=38.03%
G=29.26%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311012300.230.140.44336.3613.0449.61
Hex8F6E7B017E2C150d32
Octal21715617302716545201562
Binary100011111101110111101101011111101011001010100001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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