#8E4A77

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

Shades of Strikemaster #8E4A77

Tints of Strikemaster #8E4A77

Color information

#8E4A77 (or 0x8E4A77) is unknown color: approx Strikemaster. HEX triplet: 8E, 4A and 77. RGB value is (142,74,119). Sum of RGB (Red+Green+Blue) = 142+74+119=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A77 is #71B588. Grayscale: #636363. Windows color (decimal): -7452041 or 7817870. OLE color: 7817870.

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

Color convert

RGB14274119-
CMYK00.480.160.44
HSL320.29º31.48%42.35%-
HSV(B)320.29º47.89%55.69%-
XYZ16.9311.9818.87-
YUV99.46139.03158.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=42.39%
G=22.09%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427411900.480.160.44320.2931.4842.35
Hex8E4A77030102C1401f2a
Octal21611216706020545003752
Binary100011101001010111011101100001000010110010100000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,74,119); }

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

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

 a { background-color: rgb(142,74,119); }

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

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

 span { border-color: rgb(142,74,119); }

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