#8B5877

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

Shades of Strikemaster #8B5877

Tints of Strikemaster #8B5877

Color information

#8B5877 (or 0x8B5877) is unknown color: approx Strikemaster. HEX triplet: 8B, 58 and 77. RGB value is (139,88,119). Sum of RGB (Red+Green+Blue) = 139+88+119=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5877 is #74A788. Grayscale: #6A6A6A. Windows color (decimal): -7645065 or 7821451. OLE color: 7821451.

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

Color convert

RGB13988119-
CMYK00.370.140.45
HSL323.53º22.47%44.51%-
HSV(B)323.53º36.69%54.51%-
XYZ17.4713.819.2-
YUV106.78134.9150.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=40.17%
G=25.43%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398811900.370.140.45323.5322.4744.51
Hex8B5877025E2D144162d
Octal21313016704516555042655
Binary10001011101100011101110100101111010110110100010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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