#8B6D84

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

Shades of Strikemaster #8B6D84

Tints of Strikemaster #8B6D84

Color information

#8B6D84 (or 0x8B6D84) is unknown color: approx Strikemaster. HEX triplet: 8B, 6D and 84. RGB value is (139,109,132). Sum of RGB (Red+Green+Blue) = 139+109+132=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6D84 is #74927B. Grayscale: #787878. Windows color (decimal): -7639676 or 8678795. OLE color: 8678795.

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

Color convert

RGB139109132-
CMYK00.220.050.45
HSL314º12.1%48.63%-
HSV(B)314º21.58%54.51%-
XYZ20.2818.0924.25-
YUV120.59134.44141.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 109 (42.97% from 255) = 28.68%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=36.58%
G=28.68%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910913200.220.050.4531412.148.63
Hex8B6D8401652D13ac31
Octal2131552040265554721461
Binary100010111101101100001000101101011011011001110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,109,132); }

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

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

 a { background-color: rgb(139,109,132); }

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

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

 span { border-color: rgb(139,109,132); }

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