#8D5C80

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

Shades of Strikemaster #8D5C80

Tints of Strikemaster #8D5C80

Color information

#8D5C80 (or 0x8D5C80) is unknown color: approx Strikemaster. HEX triplet: 8D, 5C and 80. RGB value is (141,92,128). Sum of RGB (Red+Green+Blue) = 141+92+128=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5C80 is #72A37F. Grayscale: #6E6E6E. Windows color (decimal): -7512960 or 8412301. OLE color: 8412301.

HSL color Cylindrical-coordinate representation of color #8D5C80: hue angle of 315.92º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5C80 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB14192128-
CMYK00.350.090.45
HSL315.92º21.03%45.69%-
HSV(B)315.92º34.75%55.29%-
XYZ18.7114.8822.31-
YUV110.76137.73149.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.06%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=39.06%
G=25.48%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419212800.350.090.45315.9221.0345.69
Hex8D5C8002392D13c152e
Octal21513420004311554742556
Binary100011011011100100000000100011100110110110011110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,92,128); }

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

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

 a { background-color: rgb(141,92,128); }

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

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

 span { border-color: rgb(141,92,128); }

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