#8B5779

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

Shades of Strikemaster #8B5779

Tints of Strikemaster #8B5779

Color information

#8B5779 (or 0x8B5779) is unknown color: approx Strikemaster. HEX triplet: 8B, 57 and 79. RGB value is (139,87,121). Sum of RGB (Red+Green+Blue) = 139+87+121=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5779 is #74A886. Grayscale: #6A6A6A. Windows color (decimal): -7645319 or 7952267. OLE color: 7952267.

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

Color convert

RGB13987121-
CMYK00.370.130.45
HSL320.77º23.01%44.31%-
HSV(B)320.77º37.41%54.51%-
XYZ17.5113.6919.81-
YUV106.42136.23151.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=40.06%
G=25.07%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398712100.370.130.45320.7723.0144.31
Hex8B5779025D2D141172c
Octal21312717104515555012754
Binary10001011101011111110010100101110110110110100000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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