#8E5878

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

Shades of Strikemaster #8E5878

Tints of Strikemaster #8E5878

Color information

#8E5878 (or 0x8E5878) is unknown color: approx Strikemaster. HEX triplet: 8E, 58 and 78. RGB value is (142,88,120). Sum of RGB (Red+Green+Blue) = 142+88+120=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5878 is #71A787. Grayscale: #6B6B6B. Windows color (decimal): -7448456 or 7886990. OLE color: 7886990.

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

Color convert

RGB14288120-
CMYK00.380.150.44
HSL324.44º23.48%45.1%-
HSV(B)324.44º38.03%55.69%-
XYZ18.0414.0919.54-
YUV107.79134.89152.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 120 (47.27% from 255) = 34.29%
R=40.57%
G=25.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428812000.380.150.44324.4423.4845.1
Hex8E5878026F2C144172d
Octal21613017004617545042755
Binary10001110101100011110000100110111110110010100010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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