#8B5477

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

Shades of Strikemaster #8B5477

Tints of Strikemaster #8B5477

Color information

#8B5477 (or 0x8B5477) is unknown color: approx Strikemaster. HEX triplet: 8B, 54 and 77. RGB value is (139,84,119). Sum of RGB (Red+Green+Blue) = 139+84+119=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5477 is #74AB88. Grayscale: #686868. Windows color (decimal): -7646089 or 7820427. OLE color: 7820427.

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

Color convert

RGB13984119-
CMYK00.400.140.45
HSL321.82º24.66%43.73%-
HSV(B)321.82º39.57%54.51%-
XYZ17.1513.1619.09-
YUV104.44136.22152.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=40.64%
G=24.56%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398411900.400.140.45321.8224.6643.73
Hex8B5477028E2D142192c
Octal21312416705016555023154
Binary10001011101010011101110101000111010110110100001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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