#8E597C

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

Shades of Strikemaster #8E597C

Tints of Strikemaster #8E597C

Color information

#8E597C (or 0x8E597C) is unknown color: approx Strikemaster. HEX triplet: 8E, 59 and 7C. RGB value is (142,89,124). Sum of RGB (Red+Green+Blue) = 142+89+124=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E597C is #71A683. Grayscale: #6C6C6C. Windows color (decimal): -7448196 or 8149390. OLE color: 8149390.

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

Color convert

RGB14289124-
CMYK00.370.130.44
HSL320.38º22.94%45.29%-
HSV(B)320.38º37.32%55.69%-
XYZ18.3714.3520.87-
YUV108.84136.56151.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=40%
G=25.07%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428912400.370.130.44320.3822.9445.29
Hex8E597C025D2C140172d
Octal21613117404515545002755
Binary10001110101100111111000100101110110110010100000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,89,124); }

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

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

 a { background-color: rgb(142,89,124); }

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

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

 span { border-color: rgb(142,89,124); }

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