#8E537D

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

Shades of Strikemaster #8E537D

Tints of Strikemaster #8E537D

Color information

#8E537D (or 0x8E537D) is unknown color: approx Strikemaster. HEX triplet: 8E, 53 and 7D. RGB value is (142,83,125). Sum of RGB (Red+Green+Blue) = 142+83+125=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E537D is #71AC82. Grayscale: #696969. Windows color (decimal): -7449731 or 8213390. OLE color: 8213390.

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

Color convert

RGB14283125-
CMYK00.420.120.44
HSL317.29º26.22%44.12%-
HSV(B)317.29º41.55%55.69%-
XYZ17.9513.4221.05-
YUV105.43139.05154.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=40.57%
G=23.71%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428312500.420.120.44317.2926.2244.12
Hex8E537D02AC2C13d1a2c
Octal21612317505214544753254
Binary10001110101001111111010101010110010110010011110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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