#8F7583

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

Shades of Strikemaster #8F7583

Tints of Strikemaster #8F7583

Color information

#8F7583 (or 0x8F7583) is unknown color: approx Strikemaster. HEX triplet: 8F, 75 and 83. RGB value is (143,117,131). Sum of RGB (Red+Green+Blue) = 143+117+131=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7583 is #708A7C. Grayscale: #7E7E7E. Windows color (decimal): -7375485 or 8615311. OLE color: 8615311.

HSL color Cylindrical-coordinate representation of color #8F7583: hue angle of 327.69º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F7583 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB143117131-
CMYK00.180.080.44
HSL327.69º10.4%50.98%-
HSV(B)327.69º18.18%56.08%-
XYZ21.7920.224.22-
YUV126.37130.61139.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.57%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=36.57%
G=29.92%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311713100.180.080.44327.6910.450.98
Hex8F758301282C148a33
Octal21716520302210545101263
Binary1000111111101011000001101001010001011001010010001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,117,131); }

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

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

 a { background-color: rgb(143,117,131); }

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

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

 span { border-color: rgb(143,117,131); }

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