#8A5077

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

Shades of Strikemaster #8A5077

Tints of Strikemaster #8A5077

Color information

#8A5077 (or 0x8A5077) is unknown color: approx Strikemaster. HEX triplet: 8A, 50 and 77. RGB value is (138,80,119). Sum of RGB (Red+Green+Blue) = 138+80+119=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5077 is #75AF88. Grayscale: #656565. Windows color (decimal): -7712649 or 7819402. OLE color: 7819402.

HSL color Cylindrical-coordinate representation of color #8A5077: hue angle of 319.66º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5077 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13880119-
CMYK00.420.140.46
HSL319.66º26.61%42.75%-
HSV(B)319.66º42.03%54.12%-
XYZ16.6812.4718.98-
YUV101.79137.72153.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=40.95%
G=23.74%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388011900.420.140.46319.6626.6142.75
Hex8A507702AE2E1401b2b
Octal21212016705216565003353
Binary10001010101000011101110101010111010111010100000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,80,119); }

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

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

 a { background-color: rgb(138,80,119); }

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

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

 span { border-color: rgb(138,80,119); }

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