#8A577A

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

Shades of Strikemaster #8A577A

Tints of Strikemaster #8A577A

Color information

#8A577A (or 0x8A577A) is unknown color: approx Strikemaster. HEX triplet: 8A, 57 and 7A. RGB value is (138,87,122). Sum of RGB (Red+Green+Blue) = 138+87+122=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A577A is #75A885. Grayscale: #6A6A6A. Windows color (decimal): -7710854 or 8017802. OLE color: 8017802.

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

Color convert

RGB13887122-
CMYK00.370.120.46
HSL318.82º22.67%44.12%-
HSV(B)318.82º36.96%54.12%-
XYZ17.413.6220.13-
YUV106.24136.9150.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.77%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=39.77%
G=25.07%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388712200.370.120.46318.8222.6744.12
Hex8A577A025C2E13f172c
Octal21212717204514564772754
Binary10001010101011111110100100101110010111010011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,87,122); }

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

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

 a { background-color: rgb(138,87,122); }

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

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

 span { border-color: rgb(138,87,122); }

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