#8A637C

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

Shades of Strikemaster #8A637C

Tints of Strikemaster #8A637C

Color information

#8A637C (or 0x8A637C) is unknown color: approx Strikemaster. HEX triplet: 8A, 63 and 7C. RGB value is (138,99,124). Sum of RGB (Red+Green+Blue) = 138+99+124=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A637C is #759C83. Grayscale: #717171. Windows color (decimal): -7707780 or 8151946. OLE color: 8151946.

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

Color convert

RGB13899124-
CMYK00.280.100.46
HSL321.54º16.46%46.47%-
HSV(B)321.54º28.26%54.12%-
XYZ18.5815.7821.14-
YUV113.51133.92145.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=38.23%
G=27.42%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389912400.280.100.46321.5416.4646.47
Hex8A637C01CA2E142102e
Octal21214317403412565022056
Binary1000101011000111111100011100101010111010100001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,99,124); }

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

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

 a { background-color: rgb(138,99,124); }

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

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

 span { border-color: rgb(138,99,124); }

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