#8D5079

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

Shades of Strikemaster #8D5079

Tints of Strikemaster #8D5079

Color information

#8D5079 (or 0x8D5079) is unknown color: approx Strikemaster. HEX triplet: 8D, 50 and 79. RGB value is (141,80,121). Sum of RGB (Red+Green+Blue) = 141+80+121=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5079 is #72AF86. Grayscale: #666666. Windows color (decimal): -7516039 or 7950477. OLE color: 7950477.

HSL color Cylindrical-coordinate representation of color #8D5079: hue angle of 319.67º degrees, saturation: 0.28, 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 #8D5079 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB14180121-
CMYK00.430.140.45
HSL319.67º27.6%43.33%-
HSV(B)319.67º43.26%55.29%-
XYZ17.312.7819.64-
YUV102.91138.21155.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.23%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=41.23%
G=23.39%
B=35.38%

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
Decimal1418012100.430.140.45319.6727.643.33
Hex8D507902BE2D1401c2b
Octal21512017105316555003453
Binary10001101101000011110010101011111010110110100000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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