#8B6B83

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

Shades of Strikemaster #8B6B83

Tints of Strikemaster #8B6B83

Color information

#8B6B83 (or 0x8B6B83) is unknown color: approx Strikemaster. HEX triplet: 8B, 6B and 83. RGB value is (139,107,131). Sum of RGB (Red+Green+Blue) = 139+107+131=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6B83 is #74947C. Grayscale: #777777. Windows color (decimal): -7640189 or 8612747. OLE color: 8612747.

HSL color Cylindrical-coordinate representation of color #8B6B83: hue angle of 315º 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 #8B6B83 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB139107131-
CMYK00.230.060.45
HSL315º13.01%48.24%-
HSV(B)315º23.02%54.51%-
XYZ2017.6423.82-
YUV119.3134.6142.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 107 (42.19% from 255) = 28.38%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=36.87%
G=28.38%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910713100.230.060.4531513.0148.24
Hex8B6B8301762D13bd30
Octal2131532030276554731560
Binary100010111101011100000110101111101011011001110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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