#8E5977

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

Shades of Strikemaster #8E5977

Tints of Strikemaster #8E5977

Color information

#8E5977 (or 0x8E5977) is unknown color: approx Strikemaster. HEX triplet: 8E, 59 and 77. RGB value is (142,89,119). Sum of RGB (Red+Green+Blue) = 142+89+119=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5977 is #71A688. Grayscale: #6C6C6C. Windows color (decimal): -7448201 or 7821710. OLE color: 7821710.

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

Color convert

RGB14289119-
CMYK00.370.160.44
HSL326.04º22.94%45.29%-
HSV(B)326.04º37.32%55.69%-
XYZ18.0614.2319.25-
YUV108.27134.06152.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 89 (35.16% from 255) = 25.43%
BLUE value IS 119 (46.88% from 255) = 34%
R=40.57%
G=25.43%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428911900.370.160.44326.0422.9445.29
Hex8E5977025102C146172d
Octal21613116704520545062755
Binary100011101011001111011101001011000010110010100011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,89,119); }

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

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

 a { background-color: rgb(142,89,119); }

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

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

 span { border-color: rgb(142,89,119); }

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