#8D547D

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

Shades of Strikemaster #8D547D

Tints of Strikemaster #8D547D

Color information

#8D547D (or 0x8D547D) is unknown color: approx Strikemaster. HEX triplet: 8D, 54 and 7D. RGB value is (141,84,125). Sum of RGB (Red+Green+Blue) = 141+84+125=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D547D is #72AB82. Grayscale: #696969. Windows color (decimal): -7515011 or 8213645. OLE color: 8213645.

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

Color convert

RGB14184125-
CMYK00.400.110.45
HSL316.84º25.33%44.12%-
HSV(B)316.84º40.43%55.29%-
XYZ17.8613.4821.06-
YUV105.72138.88153.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=40.29%
G=24%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418412500.400.110.45316.8425.3344.12
Hex8D547D028B2D13d192c
Octal21512417505013554753154
Binary10001101101010011111010101000101110110110011110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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