#8E5476

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

Shades of Strikemaster #8E5476

Tints of Strikemaster #8E5476

Color information

#8E5476 (or 0x8E5476) is unknown color: approx Strikemaster. HEX triplet: 8E, 54 and 76. RGB value is (142,84,118). Sum of RGB (Red+Green+Blue) = 142+84+118=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5476 is #71AB89. Grayscale: #696969. Windows color (decimal): -7449482 or 7754894. OLE color: 7754894.

HSL color Cylindrical-coordinate representation of color #8E5476: hue angle of 324.83º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E5476 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14284118-
CMYK00.410.170.44
HSL324.83º25.66%44.31%-
HSV(B)324.83º40.85%55.69%-
XYZ17.613.418.8-
YUV105.22135.22154.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=41.28%
G=24.42%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428411800.410.170.44324.8325.6644.31
Hex8E5476029112C1451a2c
Octal21612416605121545053254
Binary100011101010100111011001010011000110110010100010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,118); }

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

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

 a { background-color: rgb(142,84,118); }

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

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

 span { border-color: rgb(142,84,118); }

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