#8B6279

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

Shades of Strikemaster #8B6279

Tints of Strikemaster #8B6279

Color information

#8B6279 (or 0x8B6279) is unknown color: approx Strikemaster. HEX triplet: 8B, 62 and 79. RGB value is (139,98,121). Sum of RGB (Red+Green+Blue) = 139+98+121=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6279 is #749D86. Grayscale: #707070. Windows color (decimal): -7642503 or 7955083. OLE color: 7955083.

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

Color convert

RGB13998121-
CMYK00.290.130.45
HSL326.34º17.3%46.47%-
HSV(B)326.34º29.5%54.51%-
XYZ18.4715.620.13-
YUV112.88132.58146.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.83%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=38.83%
G=27.37%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399812100.290.130.45326.3417.346.47
Hex8B627901DD2D146112e
Octal21314217103515555062156
Binary1000101111000101111001011101110110110110100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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