#8C5079

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

Shades of Strikemaster #8C5079

Tints of Strikemaster #8C5079

Color information

#8C5079 (or 0x8C5079) is unknown color: approx Strikemaster. HEX triplet: 8C, 50 and 79. RGB value is (140,80,121). Sum of RGB (Red+Green+Blue) = 140+80+121=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5079 is #73AF86. Grayscale: #666666. Windows color (decimal): -7581575 or 7950476. OLE color: 7950476.

HSL color Cylindrical-coordinate representation of color #8C5079: hue angle of 319º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C5079 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB14080121-
CMYK00.430.140.45
HSL319º27.27%43.14%-
HSV(B)319º42.86%54.9%-
XYZ17.1412.6919.64-
YUV102.61138.38154.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=41.06%
G=23.46%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408012100.430.140.4531927.2743.14
Hex8C507902BE2D13f1b2b
Octal21412017105316554773353
Binary10001100101000011110010101011111010110110011111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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