#8E597A

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

Shades of Strikemaster #8E597A

Tints of Strikemaster #8E597A

Color information

#8E597A (or 0x8E597A) is unknown color: approx Strikemaster. HEX triplet: 8E, 59 and 7A. RGB value is (142,89,122). Sum of RGB (Red+Green+Blue) = 142+89+122=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E597A is #71A685. Grayscale: #6C6C6C. Windows color (decimal): -7448198 or 8018318. OLE color: 8018318.

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

Color convert

RGB14289122-
CMYK00.370.140.44
HSL322.64º22.94%45.29%-
HSV(B)322.64º37.32%55.69%-
XYZ18.2414.320.21-
YUV108.61135.56151.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=40.23%
G=25.21%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428912200.370.140.44322.6422.9445.29
Hex8E597A025E2C143172d
Octal21613117204516545032755
Binary10001110101100111110100100101111010110010100001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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