#8D5A78

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

Shades of Strikemaster #8D5A78

Tints of Strikemaster #8D5A78

Color information

#8D5A78 (or 0x8D5A78) is unknown color: approx Strikemaster. HEX triplet: 8D, 5A and 78. RGB value is (141,90,120). Sum of RGB (Red+Green+Blue) = 141+90+120=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A78 is #72A587. Grayscale: #6C6C6C. Windows color (decimal): -7513480 or 7887501. OLE color: 7887501.

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

Color convert

RGB14190120-
CMYK00.360.150.45
HSL324.71º22.08%45.29%-
HSV(B)324.71º36.17%55.29%-
XYZ18.0314.3319.59-
YUV108.67134.4151.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=40.17%
G=25.64%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419012000.360.150.45324.7122.0845.29
Hex8D5A78024F2D145162d
Octal21513217004417555052655
Binary10001101101101011110000100100111110110110100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,90,120); }

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

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

 a { background-color: rgb(141,90,120); }

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

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

 span { border-color: rgb(141,90,120); }

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