#8D6B83

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

Shades of Strikemaster #8D6B83

Tints of Strikemaster #8D6B83

Color information

#8D6B83 (or 0x8D6B83) is unknown color: approx Strikemaster. HEX triplet: 8D, 6B and 83. RGB value is (141,107,131). Sum of RGB (Red+Green+Blue) = 141+107+131=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6B83 is #72947C. Grayscale: #777777. Windows color (decimal): -7509117 or 8612749. OLE color: 8612749.

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

Color convert

RGB141107131-
CMYK00.240.070.45
HSL317.65º13.71%48.63%-
HSV(B)317.65º24.11%55.29%-
XYZ20.3417.8223.84-
YUV119.9134.26143.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.20%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=37.20%
G=28.23%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110713100.240.070.45317.6513.7148.63
Hex8D6B8301872D13ee31
Octal2151532030307554761661
Binary100011011101011100000110110001111011011001111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,107,131); }

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

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

 a { background-color: rgb(141,107,131); }

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

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

 span { border-color: rgb(141,107,131); }

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