#8A7582

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

Shades of Strikemaster #8A7582

Tints of Strikemaster #8A7582

Color information

#8A7582 (or 0x8A7582) is unknown color: approx Strikemaster. HEX triplet: 8A, 75 and 82. RGB value is (138,117,130). Sum of RGB (Red+Green+Blue) = 138+117+130=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7582 is #758A7D. Grayscale: #7C7C7C. Windows color (decimal): -7703166 or 8549770. OLE color: 8549770.

HSL color Cylindrical-coordinate representation of color #8A7582: hue angle of 322.86º 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 #8A7582 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB138117130-
CMYK00.150.060.46
HSL322.86º8.24%50%-
HSV(B)322.86º15.22%54.12%-
XYZ20.8719.7423.83-
YUV124.76130.96137.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=35.84%
G=30.39%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811713000.150.060.46322.868.2450
Hex8A75820F62E143832
Octal2121652020176565031062
Binary10001010111010110000010011111101011101010000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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