#8F607E

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

Shades of Strikemaster #8F607E

Tints of Strikemaster #8F607E

Color information

#8F607E (or 0x8F607E) is unknown color: approx Strikemaster. HEX triplet: 8F, 60 and 7E. RGB value is (143,96,126). Sum of RGB (Red+Green+Blue) = 143+96+126=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 143 - color contains mainly: red. Hex color #8F607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F607E is #709F81. Grayscale: #717171. Windows color (decimal): -7380866 or 8282255. OLE color: 8282255.

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

Color convert

RGB14396126-
CMYK00.330.120.44
HSL321.7º19.67%46.86%-
HSV(B)321.7º32.87%56.08%-
XYZ19.2815.7121.76-
YUV113.47135.07149.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.18%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=39.18%
G=26.30%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439612600.330.120.44321.719.6746.86
Hex8F607E021C2C142142f
Octal21714017604114545022457
Binary10001111110000011111100100001110010110010100001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,96,126); }

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

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

 a { background-color: rgb(143,96,126); }

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

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

 span { border-color: rgb(143,96,126); }

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