#8E537A

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

Shades of Strikemaster #8E537A

Tints of Strikemaster #8E537A

Color information

#8E537A (or 0x8E537A) is unknown color: approx Strikemaster. HEX triplet: 8E, 53 and 7A. RGB value is (142,83,122). Sum of RGB (Red+Green+Blue) = 142+83+122=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E537A is #71AC85. Grayscale: #686868. Windows color (decimal): -7449734 or 8016782. OLE color: 8016782.

HSL color Cylindrical-coordinate representation of color #8E537A: hue angle of 320.34º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E537A is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB14283122-
CMYK00.420.140.44
HSL320.34º26.22%44.12%-
HSV(B)320.34º41.55%55.69%-
XYZ17.7613.3420.05-
YUV105.09137.55154.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=40.92%
G=23.92%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428312200.420.140.44320.3426.2244.12
Hex8E537A02AE2C1401a2c
Octal21612317205216545003254
Binary10001110101001111110100101010111010110010100000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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