#8E5779

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

Shades of Strikemaster #8E5779

Tints of Strikemaster #8E5779

Color information

#8E5779 (or 0x8E5779) is unknown color: approx Strikemaster. HEX triplet: 8E, 57 and 79. RGB value is (142,87,121). Sum of RGB (Red+Green+Blue) = 142+87+121=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5779 is #71A886. Grayscale: #6B6B6B. Windows color (decimal): -7448711 or 7952270. OLE color: 7952270.

HSL color Cylindrical-coordinate representation of color #8E5779: hue angle of 322.91º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E5779 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14287121-
CMYK00.390.150.44
HSL322.91º24.02%44.9%-
HSV(B)322.91º38.73%55.69%-
XYZ18.0113.9519.83-
YUV107.32135.72152.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 121 (47.66% from 255) = 34.57%
R=40.57%
G=24.86%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428712100.390.150.44322.9124.0244.9
Hex8E5779027F2C143182d
Octal21612717104717545033055
Binary10001110101011111110010100111111110110010100001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,87,121); }

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

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

 a { background-color: rgb(142,87,121); }

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

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

 span { border-color: rgb(142,87,121); }

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