#8E597E

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

Shades of Strikemaster #8E597E

Tints of Strikemaster #8E597E

Color information

#8E597E (or 0x8E597E) is unknown color: approx Strikemaster. HEX triplet: 8E, 59 and 7E. RGB value is (142,89,126). Sum of RGB (Red+Green+Blue) = 142+89+126=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E597E is #71A681. Grayscale: #6C6C6C. Windows color (decimal): -7448194 or 8280462. OLE color: 8280462.

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

Color convert

RGB14289126-
CMYK00.370.110.44
HSL318.11º22.94%45.29%-
HSV(B)318.11º37.32%55.69%-
XYZ18.4914.421.54-
YUV109.06137.56151.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=39.78%
G=24.93%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428912600.370.110.44318.1122.9445.29
Hex8E597E025B2C13e172d
Octal21613117604513544762755
Binary10001110101100111111100100101101110110010011111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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