#8A6E82

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

Shades of Strikemaster #8A6E82

Tints of Strikemaster #8A6E82

Color information

#8A6E82 (or 0x8A6E82) is unknown color: approx Strikemaster. HEX triplet: 8A, 6E and 82. RGB value is (138,110,130). Sum of RGB (Red+Green+Blue) = 138+110+130=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6E82 is #75917D. Grayscale: #787878. Windows color (decimal): -7704958 or 8547978. OLE color: 8547978.

HSL color Cylindrical-coordinate representation of color #8A6E82: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A6E82 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB138110130-
CMYK00.200.060.46
HSL317.14º11.29%48.63%-
HSV(B)317.14º20.29%54.12%-
XYZ20.0918.1723.57-
YUV120.65133.28140.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.51%
GREEN value IS 110 (43.36% from 255) = 29.10%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=36.51%
G=29.10%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811013000.200.060.46317.1411.2948.63
Hex8A6E8201462E13db31
Octal2121562020246564751361
Binary100010101101110100000100101001101011101001111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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