#8B6978

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

Shades of Strikemaster #8B6978

Tints of Strikemaster #8B6978

Color information

#8B6978 (or 0x8B6978) is unknown color: approx Strikemaster. HEX triplet: 8B, 69 and 78. RGB value is (139,105,120). Sum of RGB (Red+Green+Blue) = 139+105+120=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6978 is #749687. Grayscale: #747474. Windows color (decimal): -7640712 or 7891339. OLE color: 7891339.

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

Color convert

RGB139105120-
CMYK00.240.140.45
HSL333.53º13.93%47.84%-
HSV(B)333.53º24.46%54.51%-
XYZ19.0916.9520.03-
YUV116.88129.76143.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 120 (47.27% from 255) = 32.97%
R=38.19%
G=28.85%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910512000.240.140.45333.5313.9347.84
Hex8B6978018E2D14ee30
Octal21315117003016555161660
Binary100010111101001111100001100011101011011010011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,120); }

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

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

 a { background-color: rgb(139,105,120); }

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

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

 span { border-color: rgb(139,105,120); }

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