#8D7184

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

Shades of Strikemaster #8D7184

Tints of Strikemaster #8D7184

Color information

#8D7184 (or 0x8D7184) is unknown color: approx Strikemaster. HEX triplet: 8D, 71 and 84. RGB value is (141,113,132). Sum of RGB (Red+Green+Blue) = 141+113+132=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7184 is #728E7B. Grayscale: #7B7B7B. Windows color (decimal): -7507580 or 8679821. OLE color: 8679821.

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

Color convert

RGB141113132-
CMYK00.200.060.45
HSL319.29º11.02%49.8%-
HSV(B)319.29º19.86%55.29%-
XYZ21.0519.1424.41-
YUV123.54132.78140.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.53%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=36.53%
G=29.27%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111313200.200.060.45319.2911.0249.8
Hex8D718401462D13fb32
Octal2151612040246554771362
Binary100011011110001100001000101001101011011001111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,113,132); }

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

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

 a { background-color: rgb(141,113,132); }

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

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

 span { border-color: rgb(141,113,132); }

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