#8B6B84

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

Shades of Strikemaster #8B6B84

Tints of Strikemaster #8B6B84

Color information

#8B6B84 (or 0x8B6B84) is unknown color: approx Strikemaster. HEX triplet: 8B, 6B and 84. RGB value is (139,107,132). Sum of RGB (Red+Green+Blue) = 139+107+132=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6B84 is #74947B. Grayscale: #777777. Windows color (decimal): -7640188 or 8678283. OLE color: 8678283.

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

Color convert

RGB139107132-
CMYK00.230.050.45
HSL313.12º13.01%48.24%-
HSV(B)313.12º23.02%54.51%-
XYZ20.0717.6724.18-
YUV119.42135.1141.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=36.77%
G=28.31%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910713200.230.050.45313.1213.0148.24
Hex8B6B8401752D139d30
Octal2131532040275554711560
Binary100010111101011100001000101111011011011001110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,107,132); }

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

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

 a { background-color: rgb(139,107,132); }

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

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

 span { border-color: rgb(139,107,132); }

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