#8F607D

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

Shades of Strikemaster #8F607D

Tints of Strikemaster #8F607D

Color information

#8F607D (or 0x8F607D) is unknown color: approx Strikemaster. HEX triplet: 8F, 60 and 7D. RGB value is (143,96,125). Sum of RGB (Red+Green+Blue) = 143+96+125=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 143 - color contains mainly: red. Hex color #8F607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F607D is #709F82. Grayscale: #717171. Windows color (decimal): -7380867 or 8216719. OLE color: 8216719.

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

Color convert

RGB14396125-
CMYK00.330.130.44
HSL322.98º19.67%46.86%-
HSV(B)322.98º32.87%56.08%-
XYZ19.2115.6921.42-
YUV113.36134.57149.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.29%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=39.29%
G=26.37%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439612500.330.130.44322.9819.6746.86
Hex8F607D021D2C143142f
Octal21714017504115545032457
Binary10001111110000011111010100001110110110010100001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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