#8E4D78

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

Shades of Strikemaster #8E4D78

Tints of Strikemaster #8E4D78

Color information

#8E4D78 (or 0x8E4D78) is unknown color: approx Strikemaster. HEX triplet: 8E, 4D and 78. RGB value is (142,77,120). Sum of RGB (Red+Green+Blue) = 142+77+120=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4D78 is #71B287. Grayscale: #656565. Windows color (decimal): -7451272 or 7884174. OLE color: 7884174.

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

Color convert

RGB14277120-
CMYK00.460.150.44
HSL320.31º29.68%42.94%-
HSV(B)320.31º45.77%55.69%-
XYZ17.212.4119.26-
YUV101.34138.53157-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=41.89%
G=22.71%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427712000.460.150.44320.3129.6842.94
Hex8E4D7802EF2C1401e2b
Octal21611517005617545003653
Binary10001110100110111110000101110111110110010100000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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