#8E4977

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

Shades of Strikemaster #8E4977

Tints of Strikemaster #8E4977

Color information

#8E4977 (or 0x8E4977) is unknown color: approx Strikemaster. HEX triplet: 8E, 49 and 77. RGB value is (142,73,119). Sum of RGB (Red+Green+Blue) = 142+73+119=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4977 is #71B688. Grayscale: #626262. Windows color (decimal): -7452297 or 7817614. OLE color: 7817614.

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

Color convert

RGB14273119-
CMYK00.490.160.44
HSL320º32.09%42.16%-
HSV(B)320º48.59%55.69%-
XYZ16.8711.8518.85-
YUV98.88139.36158.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=42.51%
G=21.86%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427311900.490.160.4432032.0942.16
Hex8E4977031102C140202a
Octal21611116706120545004052
Binary1000111010010011110111011000110000101100101000000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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