#8D597D

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

Shades of Strikemaster #8D597D

Tints of Strikemaster #8D597D

Color information

#8D597D (or 0x8D597D) is unknown color: approx Strikemaster. HEX triplet: 8D, 59 and 7D. RGB value is (141,89,125). Sum of RGB (Red+Green+Blue) = 141+89+125=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D597D is #72A682. Grayscale: #6C6C6C. Windows color (decimal): -7513731 or 8214925. OLE color: 8214925.

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

Color convert

RGB14189125-
CMYK00.370.110.45
HSL318.46º22.61%45.1%-
HSV(B)318.46º36.88%55.29%-
XYZ18.2614.2921.2-
YUV108.65137.23151.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=39.72%
G=25.07%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418912500.370.110.45318.4622.6145.1
Hex8D597D025B2D13e172d
Octal21513117504513554762755
Binary10001101101100111111010100101101110110110011111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,89,125); }

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

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

 a { background-color: rgb(141,89,125); }

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

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

 span { border-color: rgb(141,89,125); }

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