#8E4D7A

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

Shades of Strikemaster #8E4D7A

Tints of Strikemaster #8E4D7A

Color information

#8E4D7A (or 0x8E4D7A) is unknown color: approx Strikemaster. HEX triplet: 8E, 4D and 7A. RGB value is (142,77,122). Sum of RGB (Red+Green+Blue) = 142+77+122=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4D7A is #71B285. Grayscale: #656565. Windows color (decimal): -7451270 or 8015246. OLE color: 8015246.

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

Color convert

RGB14277122-
CMYK00.460.140.44
HSL318.46º29.68%42.94%-
HSV(B)318.46º45.77%55.69%-
XYZ17.3212.4619.91-
YUV101.56139.53156.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=41.64%
G=22.58%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427712200.460.140.44318.4629.6842.94
Hex8E4D7A02EE2C13e1e2b
Octal21611517205616544763653
Binary10001110100110111110100101110111010110010011111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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