#8A7580

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

Shades of Strikemaster #8A7580

Tints of Strikemaster #8A7580

Color information

#8A7580 (or 0x8A7580) is unknown color: approx Strikemaster. HEX triplet: 8A, 75 and 80. RGB value is (138,117,128). Sum of RGB (Red+Green+Blue) = 138+117+128=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7580 is #758A7F. Grayscale: #7C7C7C. Windows color (decimal): -7703168 or 8418698. OLE color: 8418698.

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

Color convert

RGB138117128-
CMYK00.150.070.46
HSL328.57º8.24%50%-
HSV(B)328.57º15.22%54.12%-
XYZ20.7419.6823.13-
YUV124.53129.96137.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.03%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=36.03%
G=30.55%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811712800.150.070.46328.578.2450
Hex8A75800F72E149832
Octal2121652000177565111062
Binary10001010111010110000000011111111011101010010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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