#8B6079

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

Shades of Strikemaster #8B6079

Tints of Strikemaster #8B6079

Color information

#8B6079 (or 0x8B6079) is unknown color: approx Strikemaster. HEX triplet: 8B, 60 and 79. RGB value is (139,96,121). Sum of RGB (Red+Green+Blue) = 139+96+121=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6079 is #749F86. Grayscale: #6F6F6F. Windows color (decimal): -7643015 or 7954571. OLE color: 7954571.

HSL color Cylindrical-coordinate representation of color #8B6079: hue angle of 325.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B6079 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB13996121-
CMYK00.310.130.45
HSL325.12º18.3%46.08%-
HSV(B)325.12º30.94%54.51%-
XYZ18.2815.2420.07-
YUV111.71133.25147.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=39.04%
G=26.97%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399612100.310.130.45325.1218.346.08
Hex8B607901FD2D145122e
Octal21314017103715555052256
Binary1000101111000001111001011111110110110110100010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,121); }

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

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

 a { background-color: rgb(139,96,121); }

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

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

 span { border-color: rgb(139,96,121); }

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