#8B6D7F

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

Shades of Strikemaster #8B6D7F

Tints of Strikemaster #8B6D7F

Color information

#8B6D7F (or 0x8B6D7F) is unknown color: approx Strikemaster. HEX triplet: 8B, 6D and 7F. RGB value is (139,109,127). Sum of RGB (Red+Green+Blue) = 139+109+127=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D7F is #749280. Grayscale: #777777. Windows color (decimal): -7639681 or 8351115. OLE color: 8351115.

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

Color convert

RGB139109127-
CMYK00.220.090.45
HSL324º12.1%48.63%-
HSV(B)324º21.58%54.51%-
XYZ19.9517.9622.49-
YUV120.02131.94141.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 127 (50% from 255) = 33.87%
R=37.07%
G=29.07%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910912700.220.090.4532412.148.63
Hex8B6D7F01692D144c31
Octal21315517702611555041461
Binary100010111101101111111101011010011011011010001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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