#8D5675

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

Shades of Strikemaster #8D5675

Tints of Strikemaster #8D5675

Color information

#8D5675 (or 0x8D5675) is unknown color: approx Strikemaster. HEX triplet: 8D, 56 and 75. RGB value is (141,86,117). Sum of RGB (Red+Green+Blue) = 141+86+117=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5675 is #72A98A. Grayscale: #696969. Windows color (decimal): -7514507 or 7689869. OLE color: 7689869.

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

Color convert

RGB14186117-
CMYK00.390.170.45
HSL326.18º24.23%44.51%-
HSV(B)326.18º39.01%55.29%-
XYZ17.5213.618.53-
YUV105.98134.22152.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.99%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=40.99%
G=25%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418611700.390.170.45326.1824.2344.51
Hex8D5675027112D146182d
Octal21512616504721555063055
Binary100011011010110111010101001111000110110110100011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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