#8E4D77

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

Shades of Strikemaster #8E4D77

Tints of Strikemaster #8E4D77

Color information

#8E4D77 (or 0x8E4D77) is unknown color: approx Strikemaster. HEX triplet: 8E, 4D and 77. RGB value is (142,77,119). Sum of RGB (Red+Green+Blue) = 142+77+119=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4D77 is #71B288. Grayscale: #656565. Windows color (decimal): -7451273 or 7818638. OLE color: 7818638.

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

Color convert

RGB14277119-
CMYK00.460.160.44
HSL321.23º29.68%42.94%-
HSV(B)321.23º45.77%55.69%-
XYZ17.1412.3918.94-
YUV101.22138.03157.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=42.01%
G=22.78%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427711900.460.160.44321.2329.6842.94
Hex8E4D7702E102C1411e2b
Octal21611516705620545013653
Binary100011101001101111011101011101000010110010100000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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