#8A5374

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

Shades of Strikemaster #8A5374

Tints of Strikemaster #8A5374

Color information

#8A5374 (or 0x8A5374) is unknown color: approx Strikemaster. HEX triplet: 8A, 53 and 74. RGB value is (138,83,116). Sum of RGB (Red+Green+Blue) = 138+83+116=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5374 is #75AC8B. Grayscale: #676767. Windows color (decimal): -7711884 or 7623562. OLE color: 7623562.

HSL color Cylindrical-coordinate representation of color #8A5374: hue angle of 324º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A5374 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13883116-
CMYK00.400.160.46
HSL324º24.89%43.33%-
HSV(B)324º39.86%54.12%-
XYZ16.7312.8518.12-
YUV103.21135.22152.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=40.95%
G=24.63%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388311600.400.160.4632424.8943.33
Hex8A5374028102E144192b
Octal21212316405020565043153
Binary100010101010011111010001010001000010111010100010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,83,116); }

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

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

 a { background-color: rgb(138,83,116); }

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

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

 span { border-color: rgb(138,83,116); }

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