#8B6578

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

Shades of Strikemaster #8B6578

Tints of Strikemaster #8B6578

Color information

#8B6578 (or 0x8B6578) is unknown color: approx Strikemaster. HEX triplet: 8B, 65 and 78. RGB value is (139,101,120). Sum of RGB (Red+Green+Blue) = 139+101+120=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6578 is #749A87. Grayscale: #727272. Windows color (decimal): -7641736 or 7890315. OLE color: 7890315.

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

Color convert

RGB139101120-
CMYK00.270.140.45
HSL330º15.83%47.06%-
HSV(B)330º27.34%54.51%-
XYZ18.6916.1519.9-
YUV114.53131.09145.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=38.61%
G=28.06%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910112000.270.140.4533015.8347.06
Hex8B657801BE2D14a102f
Octal21314517003316555122057
Binary1000101111001011111000011011111010110110100101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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