#8A5979

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

Shades of Strikemaster #8A5979

Tints of Strikemaster #8A5979

Color information

#8A5979 (or 0x8A5979) is unknown color: approx Strikemaster. HEX triplet: 8A, 59 and 79. RGB value is (138,89,121). Sum of RGB (Red+Green+Blue) = 138+89+121=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5979 is #75A686. Grayscale: #6B6B6B. Windows color (decimal): -7710343 or 7952778. OLE color: 7952778.

HSL color Cylindrical-coordinate representation of color #8A5979: hue angle of 320.82º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A5979 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13889121-
CMYK00.360.120.46
HSL320.82º21.59%44.51%-
HSV(B)320.82º35.51%54.12%-
XYZ17.513.9319.86-
YUV107.3135.73149.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.66%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=39.66%
G=25.57%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388912100.360.120.46320.8221.5944.51
Hex8A5979024C2E141162d
Octal21213117104414565012655
Binary10001010101100111110010100100110010111010100000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,89,121); }

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

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

 a { background-color: rgb(138,89,121); }

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

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

 span { border-color: rgb(138,89,121); }

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