#8b5576

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

Shades of Strikemaster #8B5576

Tints of Strikemaster #8B5576

Color information

#8B5576 (or 0x8B5576) is unknown color: approx Strikemaster. HEX triplet: 8B, 55 and 76. RGB value is (139,85,118). Sum of RGB (Red+Green+Blue) = 139+85+118=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5576 is #74AA89. Grayscale: #686868. Windows color (decimal): -7645834 or 7755147. OLE color: 7755147.

HSL color Cylindrical-coordinate representation of color #8B5576: hue angle of 323.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5576 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB13985118-
CMYK00.390.150.45
HSL323.33º24.11%43.92%-
HSV(B)323.33º38.85%54.51%-
XYZ17.1713.2918.8-
YUV104.91135.39152.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=40.64%
G=24.85%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398511800.390.150.45323.3324.1143.92
Hex8B5576027F2D143182c
Octal21312516604717555033054
Binary10001011101010111101100100111111110110110100001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,118); }

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

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

 a { background-color: rgb(139,85,118); }

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

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

 span { border-color: rgb(139,85,118); }

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