#8B5776

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

Shades of Strikemaster #8B5776

Tints of Strikemaster #8B5776

Color information

#8B5776 (or 0x8B5776) is unknown color: approx Strikemaster. HEX triplet: 8B, 57 and 76. RGB value is (139,87,118). Sum of RGB (Red+Green+Blue) = 139+87+118=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5776 is #74A889. Grayscale: #6A6A6A. Windows color (decimal): -7645322 or 7755659. OLE color: 7755659.

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

Color convert

RGB13987118-
CMYK00.370.150.45
HSL324.23º23.01%44.31%-
HSV(B)324.23º37.41%54.51%-
XYZ17.3313.6118.85-
YUV106.08134.73151.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=40.41%
G=25.29%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398711800.370.150.45324.2323.0144.31
Hex8B5776025F2D144172c
Octal21312716604517555042754
Binary10001011101011111101100100101111110110110100010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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