#8E5775

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

Shades of Strikemaster #8E5775

Tints of Strikemaster #8E5775

Color information

#8E5775 (or 0x8E5775) is unknown color: approx Strikemaster. HEX triplet: 8E, 57 and 75. RGB value is (142,87,117). Sum of RGB (Red+Green+Blue) = 142+87+117=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5775 is #71A88A. Grayscale: #6A6A6A. Windows color (decimal): -7448715 or 7690126. OLE color: 7690126.

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

Color convert

RGB14287117-
CMYK00.390.180.44
HSL327.27º24.02%44.9%-
HSV(B)327.27º38.73%55.69%-
XYZ17.7713.8518.57-
YUV106.86133.72153.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=41.04%
G=25.14%
B=33.82%

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
Decimal1428711700.390.180.44327.2724.0244.9
Hex8E5775027122C147182d
Octal21612716504722545073055
Binary100011101010111111010101001111001010110010100011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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