#8E547E

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

Shades of Strikemaster #8E547E

Tints of Strikemaster #8E547E

Color information

#8E547E (or 0x8E547E) is unknown color: approx Strikemaster. HEX triplet: 8E, 54 and 7E. RGB value is (142,84,126). Sum of RGB (Red+Green+Blue) = 142+84+126=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E547E is #71AB81. Grayscale: #6A6A6A. Windows color (decimal): -7449474 or 8279182. OLE color: 8279182.

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

Color convert

RGB14284126-
CMYK00.410.110.44
HSL316.55º25.66%44.31%-
HSV(B)316.55º40.85%55.69%-
XYZ18.0913.621.41-
YUV106.13139.22153.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=40.34%
G=23.86%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428412600.410.110.44316.5525.6644.31
Hex8E547E029B2C13d1a2c
Octal21612417605113544753254
Binary10001110101010011111100101001101110110010011110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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