#8B547A

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

Shades of Strikemaster #8B547A

Tints of Strikemaster #8B547A

Color information

#8B547A (or 0x8B547A) is unknown color: approx Strikemaster. HEX triplet: 8B, 54 and 7A. RGB value is (139,84,122). Sum of RGB (Red+Green+Blue) = 139+84+122=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B547A is #74AB85. Grayscale: #686868. Windows color (decimal): -7646086 or 8017035. OLE color: 8017035.

HSL color Cylindrical-coordinate representation of color #8B547A: hue angle of 318.55º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B547A is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB13984122-
CMYK00.400.120.45
HSL318.55º24.66%43.73%-
HSV(B)318.55º39.57%54.51%-
XYZ17.3313.2320.05-
YUV104.78137.72152.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=40.29%
G=24.35%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398412200.400.120.45318.5524.6643.73
Hex8B547A028C2D13f192c
Octal21312417205014554773154
Binary10001011101010011110100101000110010110110011111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,122); }

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

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

 a { background-color: rgb(139,84,122); }

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

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

 span { border-color: rgb(139,84,122); }

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