#8B6D83

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

Shades of Strikemaster #8B6D83

Tints of Strikemaster #8B6D83

Color information

#8B6D83 (or 0x8B6D83) is unknown color: approx Strikemaster. HEX triplet: 8B, 6D and 83. RGB value is (139,109,131). Sum of RGB (Red+Green+Blue) = 139+109+131=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6D83 is #74927C. Grayscale: #787878. Windows color (decimal): -7639677 or 8613259. OLE color: 8613259.

HSL color Cylindrical-coordinate representation of color #8B6D83: hue angle of 316º 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 #8B6D83 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB139109131-
CMYK00.220.060.45
HSL316º12.1%48.63%-
HSV(B)316º21.58%54.51%-
XYZ20.2118.0623.89-
YUV120.48133.94141.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.68%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=36.68%
G=28.76%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910913100.220.060.4531612.148.63
Hex8B6D8301662D13cc31
Octal2131552030266554741461
Binary100010111101101100000110101101101011011001111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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