#8F5775

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

Shades of Strikemaster #8F5775

Tints of Strikemaster #8F5775

Color information

#8F5775 (or 0x8F5775) is unknown color: approx Strikemaster. HEX triplet: 8F, 57 and 75. RGB value is (143,87,117). Sum of RGB (Red+Green+Blue) = 143+87+117=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5775 is #70A88A. Grayscale: #6B6B6B. Windows color (decimal): -7383179 or 7690127. OLE color: 7690127.

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

Color convert

RGB14387117-
CMYK00.390.180.44
HSL327.86º24.35%45.1%-
HSV(B)327.86º39.16%56.08%-
XYZ17.9513.9418.57-
YUV107.16133.55153.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.21%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=41.21%
G=25.07%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438711700.390.180.44327.8624.3545.1
Hex8F5775027122C148182d
Octal21712716504722545103055
Binary100011111010111111010101001111001010110010100100011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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