#8E5780

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

Shades of Strikemaster #8E5780

Tints of Strikemaster #8E5780

Color information

#8E5780 (or 0x8E5780) is unknown color: approx Strikemaster. HEX triplet: 8E, 57 and 80. RGB value is (142,87,128). Sum of RGB (Red+Green+Blue) = 142+87+128=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5780 is #71A87F. Grayscale: #6C6C6C. Windows color (decimal): -7448704 or 8411022. OLE color: 8411022.

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

Color convert

RGB14287128-
CMYK00.390.100.44
HSL315.27º24.02%44.9%-
HSV(B)315.27º38.73%55.69%-
XYZ18.4614.1322.18-
YUV108.12139.22152.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=39.78%
G=24.37%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428712800.390.100.44315.2724.0244.9
Hex8E5780027A2C13b182d
Octal21612720004712544733055
Binary100011101010111100000000100111101010110010011101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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