#8D5A75

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

Shades of Strikemaster #8D5A75

Tints of Strikemaster #8D5A75

Color information

#8D5A75 (or 0x8D5A75) is unknown color: approx Strikemaster. HEX triplet: 8D, 5A and 75. RGB value is (141,90,117). Sum of RGB (Red+Green+Blue) = 141+90+117=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A75 is #72A58A. Grayscale: #6C6C6C. Windows color (decimal): -7513483 or 7690893. OLE color: 7690893.

HSL color Cylindrical-coordinate representation of color #8D5A75: hue angle of 328.24º 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 #8D5A75 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB14190117-
CMYK00.360.170.45
HSL328.24º22.08%45.29%-
HSV(B)328.24º36.17%55.29%-
XYZ17.8514.2618.64-
YUV108.33132.9151.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.52%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=40.52%
G=25.86%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419011700.360.170.45328.2422.0845.29
Hex8D5A75024112D148162d
Octal21513216504421555102655
Binary100011011011010111010101001001000110110110100100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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