#8A5A75

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

Shades of Strikemaster #8A5A75

Tints of Strikemaster #8A5A75

Color information

#8A5A75 (or 0x8A5A75) is unknown color: approx Strikemaster. HEX triplet: 8A, 5A and 75. RGB value is (138,90,117). Sum of RGB (Red+Green+Blue) = 138+90+117=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A75 is #75A58A. Grayscale: #6B6B6B. Windows color (decimal): -7710091 or 7690890. OLE color: 7690890.

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

Color convert

RGB13890117-
CMYK00.350.150.46
HSL326.25º21.05%44.71%-
HSV(B)326.25º34.78%54.12%-
XYZ17.351418.62-
YUV107.43133.4149.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=40%
G=26.09%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389011700.350.150.46326.2521.0544.71
Hex8A5A75023F2E146152d
Octal21213216504317565062555
Binary10001010101101011101010100011111110111010100011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,90,117); }

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

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

 a { background-color: rgb(138,90,117); }

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

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

 span { border-color: rgb(138,90,117); }

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