#8E5079

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

Shades of Strikemaster #8E5079

Tints of Strikemaster #8E5079

Color information

#8E5079 (or 0x8E5079) is unknown color: approx Strikemaster. HEX triplet: 8E, 50 and 79. RGB value is (142,80,121). Sum of RGB (Red+Green+Blue) = 142+80+121=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5079 is #71AF86. Grayscale: #676767. Windows color (decimal): -7450503 or 7950478. OLE color: 7950478.

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

Color convert

RGB14280121-
CMYK00.440.150.44
HSL320.32º27.93%43.53%-
HSV(B)320.32º43.66%55.69%-
XYZ17.4812.8719.65-
YUV103.21138.04155.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=41.40%
G=23.32%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428012100.440.150.44320.3227.9343.53
Hex8E507902CF2C1401c2c
Octal21612017105417545003454
Binary10001110101000011110010101100111110110010100000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,80,121); }

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

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

 a { background-color: rgb(142,80,121); }

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

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

 span { border-color: rgb(142,80,121); }

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